From d63c291f86b1608a01322f1d8c1652361ea1dc8a Mon Sep 17 00:00:00 2001 From: yhirano Date: Mon, 8 May 2017 03:47:31 +0900 Subject: Enable CodeClimate SCSS Lint checks (#2886) * add scss_lint to Gemfile * add .scss-lint.yml * fix warnings of scss-lint * chmod -x styles/variables.scss * Enable CodeClimate SCSS Lint checks --- .codeclimate.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.codeclimate.yml') diff --git a/.codeclimate.yml b/.codeclimate.yml index 5ad9a7192..29701a777 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -9,10 +9,13 @@ engines: enabled: true rubocop: enabled: true + scss-lint: + enabled: true ratings: paths: - "**.rb" - "**.js" + - "**.scss" exclude_paths: - spec/ - vendor/asset -- cgit