koalaman / shellcheck

ShellCheck, a static analysis tool for shell scripts
https://www.shellcheck.net
GNU General Public License v3.0
36.45k stars 1.78k forks source link

Fix #2909, add a pre-commit hook #2925

Closed Freed-Wu closed 9 months ago

Freed-Wu commented 9 months ago

Fix #2909

Related issue: https://github.com/koalaman/shellcheck-precommit/pull/2

koalaman commented 9 months ago

It's fun to see Haskell supported by precommit, but I'm trying to reduce the complexity of ShellCheck releases so I'll leave all precommit hooks to the precommit repo

Freed-Wu commented 9 months ago

leave all precommit hooks to the precommit repo

Currently https://github.com/pre-commit/pre-commit-mirror-maker haven't supported haskell. So the haskell mirror need to create a new haskell repo and add shellcheck as dependence.