Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Initial code climate config (based on the default)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmc333333 committed Dec 2, 2016
1 parent 6096fc9 commit becbe88
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
engines:
duplication:
enabled: true
config:
languages:
- python
radon:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/

0 comments on commit becbe88

Please sign in to comment.