diff --git a/.codeclimate b/.codeclimate index 7c9dead1..a2571eca 100644 --- a/.codeclimate +++ b/.codeclimate @@ -8,8 +8,8 @@ engines: config: client/.eslintrc.js ratings: paths: - - "redash/**" - - "client/**" + - "redash/**/*.py" + - "client/**/*.js" exclude_paths: - tests/**/*.py - migrations/**/*.py