Enable SCSS Lint for Code Climate

This commit is contained in:
Michael Rose 2017-03-16 10:56:40 -04:00
parent 5a63b03d14
commit 13a928fde8
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,8 @@ engines:
checks:
TODO:
enabled: false
scss-lint:
enabled: true
ratings:
paths:
- "**.inc"
@ -24,4 +26,5 @@ ratings:
- "**.php"
- "**.py"
- "**.rb"
- "_sass/**.scss"
exclude_paths: []