-
Notifications
You must be signed in to change notification settings - Fork 34
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
List of error codes? #38
Comments
Hi! gulp-scss-lint doesn't have own error codes for warnings and errors because it doesn't throw exceptions with them. |
Hi Juan, First, related to this question, </ gulp.task('scss-lint', function() { gulp.task('default', ['scss-lint']); the scss-lint never provide any feedback in following two cases,
Feeback: could you info me what i missed? Many thanks |
Thank for your feedback
|
Thanks for the feedback, Juan, about the issue i have right now, if i do not have the file, i run "scss-lint", i get "No SCSS files matched by the patterns:" and i have not successfully received any scss-lint validation info (like this one) with gulp-scss-lint. my understanding is "verbose" is for debugger gulp-scss-lint, not for showing SCSS-lint validation info, Many Thanks |
gulp-scss-lint doesn't run anything because gulp.src doesn't send something that doesn't exist so in gulp-scss-lint I can't run scss-lint without files. Yes, |
Hey,
Can you please document your list of error codes?
We're struggling figuring out what's going on, as both errors and warnings seem to throw code 1, whereas scss-lint itself uses different codes for different types of events: https://github.com/brigade/scss-lint#exit-status-codes
Thanks!
The text was updated successfully, but these errors were encountered: