Skip to content

Commit

Permalink
Add custom Code Climate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
happy5214 committed Jun 30, 2016
1 parent afb5002 commit 837fae9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,17 @@
---
engines:
duplication:
enabled: true
config:
languages:
python:
mass_threshold: 75
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/

0 comments on commit 837fae9

Please sign in to comment.