Skip to content

Commit

Permalink
track for code quality enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre menezes committed Feb 14, 2019
1 parent ae07998 commit 500d24e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: '2'
plugins:
duplication:
enabled: true
config:
languages:
- python:
fixme:
enabled: true
radon:
enabled: true
pep8:
enabled: true
exclude_patterns:
- "app/docker"
- "venv"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/fc7916aab464c8b7d742/maintainability)](https://codeclimate.com/github/amenezes/discovery-client/maintainability)

# discovery-client

discovery-client package sync/async for [consul](https://consul.io).
Expand Down

0 comments on commit 500d24e

Please sign in to comment.