Skip to content

Commit

Permalink
add code climate config
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jan 24, 2016
1 parent e9e3260 commit 0dc4ddf
Showing 1 changed file with 16 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 @@
---
engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/**/*

0 comments on commit 0dc4ddf

Please sign in to comment.