Skip to content

Commit

Permalink
added code climate configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter Senft-Grupp committed Mar 20, 2016
1 parent b1cd593 commit 7246f16
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/**/*

0 comments on commit 7246f16

Please sign in to comment.