mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
23 lines
358 B
YAML
23 lines
358 B
YAML
engines:
|
|
pep8:
|
|
enabled: true
|
|
eslint:
|
|
enabled: true
|
|
channel: "eslint-3"
|
|
config:
|
|
config: client/.eslintrc.js
|
|
checks:
|
|
import/no-unresolved:
|
|
enabled: false
|
|
ratings:
|
|
paths:
|
|
- "redash/**/*.py"
|
|
- "client/**/*.js"
|
|
exclude_paths:
|
|
- tests/**/*.py
|
|
- migrations/**/*.py
|
|
- old_migrations/**/*.py
|
|
- setup/**/*
|
|
- bin/**/*
|
|
|