Disable scss-lint for CodeClimate

Until we can tweak #1393 to work with CodeClimate
This commit is contained in:
Rob Harrington
2017-06-28 17:27:56 +10:00
committed by Rob H
parent 386d651678
commit f84acf44f3

View File

@@ -2,7 +2,7 @@ engines:
rubocop:
enabled: true
scss-lint:
enabled: true
enabled: false
ratings:
paths:
- app/**