redash/.codeclimate

20 lines
296 B
Plaintext
Raw Normal View History

2017-01-15 08:39:38 +00:00
engines:
pep8:
enabled: true
eslint:
2017-01-15 09:21:18 +00:00
enabled: false
2017-01-15 08:39:38 +00:00
channel: "eslint-3"
config:
config: client/.eslintrc.js
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/**/*