shellcheck seems to define different exit codes for the different situations it can fail. It would be good to define them for hkcheck since it's also a linter.
Also, shellcheck exits non-zero when the files it processes has issues. hkcheck should probably do the same.
shellcheck
seems to define different exit codes for the different situations it can fail. It would be good to define them forhkcheck
since it's also a linter.Also,
shellcheck
exits non-zero when the files it processes has issues.hkcheck
should probably do the same.