Updated the sass lint config file

This commit is contained in:
Gregory Ballantine 2018-04-11 09:12:16 -04:00
parent dcdf22dabb
commit 248b8ded4a

View File

@ -1,11 +1,8 @@
# Linter Options # Linter Options
options: options:
verbose: true merge-default-rules: true
no-exit: true
merge-default-rules: false
formatter: checkstyle formatter: checkstyle
output-file: 'build/checkstyle.xml' output-file: 'build/checkstyle.xml'
max-warnings: 50
files: files:
include: 'src/sass/**/*.s+(a|c)ss' include: 'src/sass/**/*.s+(a|c)ss'
ignore: ignore:
@ -27,12 +24,12 @@ rules:
convention: none convention: none
no-warn: 1 no-warn: 1
no-debug: 1 no-debug: 1
no-ids: 2 no-ids: 0
no-important: 2 no-important: 2
hex-notation: hex-notation:
- 2 - 2
- -
style: uppercase style: lowercase
indentation: indentation:
- 2 - 2
- -