You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently outputting all warnings/errors to file, but would like the build to continue regardless. I'd also like to output all warnings regardless of severity.
I see in the sass-lint options they have --verbose and --no-exit flags (alternatives being -v and -q) available: is there any way we can pass these through via grunt-sass-lint?
The text was updated successfully, but these errors were encountered:
I'm currently outputting all warnings/errors to file, but would like the build to continue regardless. I'd also like to output all warnings regardless of severity.
I see in the sass-lint options they have
--verbose
and--no-exit
flags (alternatives being -v and -q) available: is there any way we can pass these through via grunt-sass-lint?The text was updated successfully, but these errors were encountered: