Skip to content

Commit

Permalink
migrate to codeclimate platform
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Nov 28, 2015
1 parent 9b87ab3 commit abb42a6
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
languages:
Ruby: true
JavaScript: true
PHP: true
Python: true
engines:
radon:
enabled: true
pep8:
enabled: true
duplication:
enabled: true
config:
languages:
- python

ratings:
paths:
-"**.py"

exclude_paths:
- "tests/*"
- "scripts/*"
- "unit_tests/*"
- "tests/**/*"
- "scripts/**/*"
- "unit_tests/**/*"

0 comments on commit abb42a6

Please sign in to comment.