syntaqx / git-hooks

A collection of git hooks for use with pre-commit
MIT License
34 stars 17 forks source link

Restrict shellcheck and shfmt to supported shells #6

Closed Emilv2 closed 4 years ago

Emilv2 commented 4 years ago

shmft and shellcheck don't work on zsh and some others shells.

based on goodShells

Works with identify v1.5.0

Emilv2 commented 4 years ago

Just realized that my first attempt didn't actually work, but this should work.