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?