akirak / elinter

Nix-based CI and local testing framework for Emacs Lisp projects
GNU General Public License v3.0
18 stars 2 forks source link

Prevent bash unbound variable errors #56

Closed akirak closed 4 years ago

akirak commented 4 years ago

Linting failed due to bash -u option set since 565f6fc.

Actually, this commit has improved the code quality, so it was a good idea to set the option.