Check only Python files in redash/

This commit is contained in:
Arik Fraimovich 2017-01-15 11:02:20 +02:00
parent 6de66447bb
commit 99d867f1b4

View File

@ -8,8 +8,8 @@ engines:
config: client/.eslintrc.js
ratings:
paths:
- "redash/**"
- "client/**"
- "redash/**/*.py"
- "client/**/*.js"
exclude_paths:
- tests/**/*.py
- migrations/**/*.py