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
In some projects, lint is problematic. And it may not be repaired in a short time, then push will be block.
E.g. #29
It would be useful to have a SKIP_LINT=1 option to skip lint checks.
SKIP_LINT=1
The text was updated successfully, but these errors were encountered:
I think we can add an option for users to skip them.
However, if we use an environment variable to skip it, then I think it should follow the name conversion of the existing ones.
For example:
NO_HOOK
NO_LINT
SKIP_LINK
SKIP_HOOK
Please feel free to create PRs to add your improvements, and also please don't forget to add the usage to our README as docs.
Thank you very much for your contribution!
Sorry, something went wrong.
No branches or pull requests
In some projects, lint is problematic. And it may not be repaired in a short time, then push will be block.
E.g. #29
It would be useful to have a
SKIP_LINT=1
option to skip lint checks.The text was updated successfully, but these errors were encountered: