-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignored file still being processed #129
Comments
I will look into this tomorrow hopefully, I've been updating the CLI functionality and this is the next step there.. Will update here when I know, thanks for the report! |
Ignore the above, I swear someone deleted their comment! |
I deleted my comment because I thought you were addressing mven's issue. My issue turned out to be another bug (Maybe) that had nothing to do with cli. I'm using gulp-sass-lint. If I define some files to ignore in .sass-lint.yml. It doesn't get picked up. Instead I had to ignore the files in the gulp.src method Sorry for the misunderstanding. |
Ah that makes sense, no problem! |
I can confirm the bug with sass-lint Running
And this file shouldn't be ever touched. |
Looking into this now. |
PR incoming to fix this |
sass-lint -v -i tests/sass/border-zero.scss tests/sass/*.scss
This results in border-zero.scss being processed still.
The text was updated successfully, but these errors were encountered: