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