Skip to content

Commit

Permalink
[/] fix code climate config
Browse files Browse the repository at this point in the history
  • Loading branch information
aploium committed Aug 27, 2016
1 parent aea2146 commit 22e0a9a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
15 changes: 13 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Python: true

engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- "tests/"
- "external_pkgs/"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
requests>=2.11
flask>=0.11
cchardet>=1.0
fastcache>=1.0.2
fastcache>=1.0.2
codeclimate-test-reporter

0 comments on commit 22e0a9a

Please sign in to comment.