Skip to content

Commit

Permalink
Adding Code Climate conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Aug 14, 2016
1 parent d7d10d2 commit 10011d5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions caravel/assets/.codeclimate.yml
@@ -0,0 +1,27 @@
---
engines:
csslint:
enabled: false
duplication:
enabled: true
config:
languages:
- javascript
- python
eslint:
enabled: true
config:
config: caravel/assets/.eslintrc
pep8:
enabled: true
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "caravel/assets/**.js"
- "caravel/assets/**.jsx"
- "caravel/**.py"
exclude_paths:
- tests/

0 comments on commit 10011d5

Please sign in to comment.