pre-commit-hooks
pre-commit-hooks copied to clipboard
[feature] shellcheck and shfmt should avoid zsh
Shellcheck and shfmt don't support zsh. How about avoid passing zsh file to shellcheck and shfmt hooks?
Thanks!
Seems like the hook does not include any ability to exclude and ignores config to exclude as well. Thinking this is an issue with #40 as well?
Seems like the hook does not include any ability to exclude and ignores config to exclude as well
I have tested #109 will ignore zsh. Can anyone review it?