Skip to content

Commit

Permalink
Create .codeclimate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkiro committed Mar 10, 2016
1 parent e7dd20c commit 06b7deb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
pep8:
enabled: true
shellcheck:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/
- docs/
- config/
- web/
- README.rst
- COPYING
- INSTALL
- MANIFEST.in
- THANKS
- requirements.txt
- test.conf

0 comments on commit 06b7deb

Please sign in to comment.