From 3e56f95c73a959c0f4a0e9e04756d52ec9927e88 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Wed, 5 Jun 2019 00:23:18 +0900 Subject: Replace from scss-lint to sass-lint (#10958) --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.codeclimate.yml') diff --git a/.codeclimate.yml b/.codeclimate.yml index 143b12330..571507a54 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -31,7 +31,7 @@ plugins: rubocop: enabled: true channel: rubocop-0-71 - scss-lint: + sass-lint: enabled: true exclude_patterns: - spec/ -- cgit