liquidaty / zsv

zsv+lib: tabular data swiss-army knife CLI + world's fastest (simd) CSV parser
MIT License
202 stars 12 forks source link

[CI] Integrate shellcheck #192

Open iamazeem opened 1 month ago

iamazeem commented 1 month ago

https://github.com/koalaman/shellcheck provides static analysis for bash/sh scripts. Its CLI may be integrated in CI pipeline for scripts directory.

Additionally, .shellcheckrc may be added for exceptions. See https://github.com/koalaman/shellcheck/wiki/Directive#shellcheck-directives.