grunt-scss-lint icon indicating copy to clipboard operation
grunt-scss-lint copied to clipboard

.scss-lint.yml has no effect

Open coderDem opened this issue 8 years ago • 1 comments

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

coderDem avatar Mar 15 '16 18:03 coderDem

PR?

ahmednuaman avatar Jul 05 '16 15:07 ahmednuaman