We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pre-commit hooks should catch linting errors with scss, by also running scss_lint with the same parameters as when running npm run scss_lint.
scss_lint
npm run scss_lint
Pre-commit is not catching all linting errors, but tests will fail when pushed to GitHub.
Introduce the error Expected empty line before rule rule-empty-line-before into a modified .scss file. Pre-commit will still pass.
Expected empty line before rule rule-empty-line-before
.scss
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
The pre-commit hooks should catch linting errors with scss, by also running
scss_lint
with the same parameters as when runningnpm run scss_lint
.Current Behavior
Pre-commit is not catching all linting errors, but tests will fail when pushed to GitHub.
Steps to Reproduce
Introduce the error
Expected empty line before rule rule-empty-line-before
into a modified.scss
file. Pre-commit will still pass.The text was updated successfully, but these errors were encountered: