Open mikeerickson opened 8 years ago
Well, looks like pilot error (for ingnore option). But still curious about reading files from .sass-lint.yml
file
From the docs (sorry didn't read this thoroughly)
ignoreFiles
: Array of files to ignore, must be full path, Default: noneSo, the question still remains. If I have the following in .sass-lint.yml
file, should plugin use these entires?
files:
include:
- "./src/sass/**/*.s+(a|c)ss"
ignore:
- "./src/sass/disabled/**/*.s+(a|c)ss"
- "./src/sass/modules/*.s+(a|c)ss"
- "node_modules/**/*.s+(a|c)ss"
We aren't parsing the sasslint config for ignores so that's might not work (haven't tested it TBH).
Why the plugin is not reading the ignored files from config file?
@idangozlan I'm sorry, but we are no longer doing active development on this plugin. Thus I cannot answer that question.
I have the following (configuration)
.sass-lint.yml
fileHere is my result when running webpack
As you can see, the
_reset.scss
file is still being checked, despite its defined ignore item