Skip to content

Commit

Permalink
Update CodeClimate configuration format to Version 2 (#3286)
Browse files Browse the repository at this point in the history
* codeclimate: Update format v2
* codeclimate: Ignore generated files
  • Loading branch information
koooge authored and arikfr committed Jan 30, 2019
1 parent 9e2f8e2 commit 13bc910
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
engines:
version: "2"
plugins:
pep8:
enabled: true
eslint:
Expand All @@ -11,12 +12,11 @@ engines:
enabled: false
no-multiple-empty-lines: # TODO: Enable
enabled: false
ratings:
paths:
- "redash/**/*.py"
- "client/**/*.js"
exclude_paths:
- tests/**/*.py
- migrations/**/*.py
- setup/**/*
- bin/**/*
exclude_patterns:
- "tests/**/*.py"
- "migrations/**/*.py"
- "setup/**/*"
- "bin/**/*"
- "**/node_modules/"
- "client/dist/"
- "**/*.pyc"

0 comments on commit 13bc910

Please sign in to comment.