diff --git a/.codeclimate.yml b/.codeclimate.yml index 982301eab..bab67058e 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -14,9 +14,6 @@ ratings: - client/src/** - admin/client/src/** exclude_paths: -- "client/dist/**" -- "admin/client/dist/**" -- "admin/thirdparty/**" -- "templates/" -- "tests/" -- "thirdparty/" +- "**/*" +- "!client/src/**" +- "!admin/client/src/**"