Skip to content

Commit

Permalink
Add landscape code health badge
Browse files Browse the repository at this point in the history
Also add a couple of blank lines that it seems it was expecting for
classes docstrings.
  • Loading branch information
Javier Collado committed Nov 25, 2016
1 parent b8b4c65 commit efd22cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Rabbit Hole
:target: https://coveralls.io/github/jcollado/rabbithole?branch=master
:alt: Coverage

.. image:: https://landscape.io/github/jcollado/rabbithole/master/landscape.svg?style=flat
:target: https://landscape.io/github/jcollado/rabbithole/master
:alt: Code Health

.. image:: https://readthedocs.org/projects/rabbitmqhole/badge/?version=latest
:target: https://rabbitmqhole.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Expand Down
1 change: 1 addition & 0 deletions rabbithole/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@


class Consumer(object):

"""Rabbitmq message consumer.
:param server: Rabbitmq server IP address
Expand Down
1 change: 1 addition & 0 deletions rabbithole/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@


class Database(object):

"""Database writer.
:param url: Database connection string
Expand Down

0 comments on commit efd22cb

Please sign in to comment.