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
Commits can successfully pass only if the linter didn't throw any warning
Find some solution that runs linter after running a git commit command and check if the linter threw some warning, if so, abort committing
git commit
The text was updated successfully, but these errors were encountered:
https://pre-commit.com/ ... but I would consider CI approach instead as a separate step - github action. Maybe as an extension to https://github.com/Selleo/repolisher
Sorry, something went wrong.
yetiasg
Successfully merging a pull request may close this issue.
Short overview
Commits can successfully pass only if the linter didn't throw any warning
ToDo
Find some solution that runs linter after running a
git commit
command and check if the linter threw some warning, if so, abort committingThe text was updated successfully, but these errors were encountered: