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
however this only applies to js files 😅
So potentially you want it for other files
Originally posted by @jetersen in #55 (comment)
The text was updated successfully, but these errors were encountered:
instead of pre-commit, you could use lint-staged. Which solves the same problem for linters, see my use case here:
I use husky to trigger lint-staged
husky
lint-staged
Sorry, something went wrong.
instead of pre-commit, you could use lint-staged. Which solves the same problem for linters, see my use case here: I use husky to trigger lint-staged
I used that previously but I also wanted helm-docs ran as part of the lint.
helm-docs
If lint-staged can be made to work with that as well then that's fine.
https://github.com/timja/github-comment-ops/blob/main/.pre-commit-config.yaml#L2-L5
Fixed in #60
No branches or pull requests
however this only applies to js files 😅
So potentially you want it for other files
Originally posted by @jetersen in #55 (comment)
The text was updated successfully, but these errors were encountered: