From f8e50188ecd2a70b88af0c06d940565630acb607 Mon Sep 17 00:00:00 2001 From: stefanbc Date: Sat, 22 Apr 2017 22:13:17 +0300 Subject: [PATCH] Updates codeclimate file --- .codeclimate.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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