diff --git a/.codeclimate.yml b/.codeclimate.yml index 145e27aa0f7..c45cd8ce800 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -41,6 +41,7 @@ exclude_patterns: - "!ssg/*.py" - "!ssg/**/*.py" - "!utils/*.py" + - "!utils/**/*.py" - "!shared/**/*.py"