Update CodeClimate configuration format to Version 2 (#3286)

* codeclimate: Update format v2
* codeclimate: Ignore generated files
This commit is contained in:
koooge 2019-01-30 17:51:32 +09:00 committed by Arik Fraimovich
parent 9e2f8e2461
commit 13bc910d7c

View File

@ -1,4 +1,5 @@
engines:
version: "2"
plugins:
pep8:
enabled: true
eslint:
@ -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"