mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
Update CodeClimate configuration format to Version 2 (#3286)
* codeclimate: Update format v2 * codeclimate: Ignore generated files
This commit is contained in:
parent
9e2f8e2461
commit
13bc910d7c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user