jumanjihouse / pre-commit-hooks

git pre-commit hooks that work with http://pre-commit.com/
MIT License
114 stars 52 forks source link

exclude zsh for shfmt and shellcheck #108

Closed Freed-Wu closed 1 year ago

Freed-Wu commented 1 year ago
  exclude_types:
    - zsh

shfmt and shellcheck don't support zsh.

Freed-Wu commented 1 year ago

Same as #91