diff --git a/.codeclimate.yml b/.codeclimate.yml index 66b2078..a921522 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -10,11 +10,10 @@ engines: enabled: true fixme: enabled: true - scss-lint: - enabled: true ratings: paths: - "**.js" - "**.scss" + - "**.pug" exclude_paths: -- bin/ \ No newline at end of file +- public/ \ No newline at end of file