Akuli / jou

Yet another programming language
MIT License
11 stars 4 forks source link

Add shellcheck #323

Closed Akuli closed 1 year ago

Akuli commented 1 year ago

There are many bash scripts :)

There's a lot of excludes in the shellcheck command, because in this repo I prefer to not handle whitespaces in file paths properly. All paths are relative to the repository, and the repository itself doesn't contain file paths with spaces, for example.

Also fixes the CRLF detection bug mentioned in #322. I originally discovered it without shellcheck though.