redash/.codeclimate.yml

23 lines
358 B
YAML
Raw Normal View History

2017-01-15 08:39:38 +00:00
engines:
pep8:
enabled: true
eslint:
2017-01-15 09:24:33 +00:00
enabled: true
2017-01-15 08:39:38 +00:00
channel: "eslint-3"
config:
config: client/.eslintrc.js
2017-01-16 20:24:02 +00:00
checks:
import/no-unresolved:
enabled: false
2017-01-15 08:39:38 +00:00
ratings:
paths:
2017-01-15 09:02:20 +00:00
- "redash/**/*.py"
- "client/**/*.js"
2017-01-15 08:39:38 +00:00
exclude_paths:
- tests/**/*.py
- migrations/**/*.py
- old_migrations/**/*.py
- setup/**/*
- bin/**/*