Closed lenovouser closed 9 years ago
What is the result if you run on the CLI
scss-lint <some scss file> --config=<path to .scss-lint.yml>
Also, what OS & version are you on?
@SpainTrain I am so sorry. I just checked, I forgot to add the dot before the scss-lint.yml
. My fault.
No problem, glad we figured it out!
According to the readme linter-scss-lint does search for a
.scss-lint.yml
file:My folder structure looks like this:
My
.scss-lint.yml
file:I am e.g. editing
somefile1.scss
at the moment. I moved the.scss-lint.yml
file in/.scss-lint.yml
,/scss/.scss-lint.yml
and/scss/includes/.scss-lint.yml
After moving I always completely restarted Atom. The
.scss-lint.yml
file doesn't get used in any of the 3 cases I tried. Am I doing something wrong? Or is this a bug? (My guess ^^)