-
Notifications
You must be signed in to change notification settings - Fork 91
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
npm test is not failing CI builds #195
Comments
Job #195 is now in scope, role is |
Also same happens for Appveyor, |
Bug was reported, see §29: +15 point(s) just awarded to @filfreire/z |
@filfreire There is a problem with this in grunt-sass-lint. We can use --max-warnings=0 for this purpose from sass-lint, but there is a bug sasstools/grunt-sass-lint#25 and we can't pass this param. Option set severity for each rule to 2, which means to recognize them as error, looks not good. |
This reverts commit 76074d1
Example:
https://travis-ci.org/yegor256/tacit/builds/500324652
Failing checks:
Did not fail the build.
The text was updated successfully, but these errors were encountered: