grunt-scss-lint
grunt-scss-lint copied to clipboard
.scss-lint.yml has no effect
Hello,
I try only get that I configured with the .scss-lint.yml but I get so much output. Is it possible to get only the messages that are configured in the .scss-lint.yml. Here is the file:
# sass-lint config generated by make-sass-lint-config v0.1.1
#
# The following settings/values are unsupported by sass-lint:
# Linter Indentation, option "allow_non_nested_indentation"
# Linter Indentation, option "character"
files:
include: 'sass/**/*.scss'
options:
formatter: stylish
merge-default-rules: false
rules:
indentation:
- 1
- size: 2
Best regards coderDem
PR?