Skip to content

Commit

Permalink
Trying out codeclimate.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Jan 26, 2016
1 parent 5793d81 commit d185853
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,25 @@
---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
- python
eslint:
enabled: true
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.css"
- "**.js"
- "**.jsx"
- "**.py"
exclude_paths:
- .tox/
- abilian/web/resources/

0 comments on commit d185853

Please sign in to comment.