diff --git a/.codeclimate.yml b/.codeclimate.yml index 3b521a98e..c0b83c000 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -29,6 +29,5 @@ ratings: - "**.py" - "**.rb" exclude_paths: - - "src/tests/**/*" - - "src/migrations/**/*" - - "src/web/static/js/jquery.js" + - "tests/**/*" + - "migrations/**/*"