Skip to content

Commit

Permalink
Small codeclimate fixes. (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkyryliuk committed Aug 31, 2016
1 parent 85d03f5 commit f300ee1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .codeclimate.yml
@@ -1,13 +1,6 @@
---
engines:
csslint:
enabled: false
duplication:
enabled: true
config:
languages:
- javascript
- python
eslint:
enabled: true
config:
Expand All @@ -20,10 +13,16 @@ engines:
enabled: true
ratings:
paths:
- "**.py"
- "caravel/assets/**.js"
- "caravel/assets/**.jsx"
- "caravel/**.py"
exclude_paths:
- tests/
- caravel/assets/vendor/
- caravel/assets/node_modules/
- ".*"
- "**.pyc"
- "**.gz"
- "env/"
- "tests/"
- "caravel/assets/images/"
- "caravel/assets/vendor/"
- "caravel/assets/node_modules/"
- "caravel/assets/javascripts/dist/"
1 change: 1 addition & 0 deletions caravel/assets/.eslintignore
Expand Up @@ -4,3 +4,4 @@ dist/*
stylesheets/*
spec/*
coverage/**
**/*{.,-}min.js

0 comments on commit f300ee1

Please sign in to comment.