Hoboneer / sxhkd-parser

Parser library for sxhkd configs
GNU General Public License v3.0
7 stars 0 forks source link

`hkcheck`: Define exit status #20

Open Hoboneer opened 2 years ago

Hoboneer commented 2 years ago

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.