Enable SCSS Lint for Code Climate
This commit is contained in:
parent
5a63b03d14
commit
13a928fde8
|
@ -15,6 +15,8 @@ engines:
|
||||||
checks:
|
checks:
|
||||||
TODO:
|
TODO:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
scss-lint:
|
||||||
|
enabled: true
|
||||||
ratings:
|
ratings:
|
||||||
paths:
|
paths:
|
||||||
- "**.inc"
|
- "**.inc"
|
||||||
|
@ -24,4 +26,5 @@ ratings:
|
||||||
- "**.php"
|
- "**.php"
|
||||||
- "**.py"
|
- "**.py"
|
||||||
- "**.rb"
|
- "**.rb"
|
||||||
|
- "_sass/**.scss"
|
||||||
exclude_paths: []
|
exclude_paths: []
|
||||||
|
|
Loading…
Reference in New Issue