diff options
author | EuAndreh <eu@euandre.org> | 2023-02-08 23:39:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-08 23:39:55 -0300 |
commit | 9d051af250f7ace7493c7e3f964f987a28bd0be4 (patch) | |
tree | 8285c67bd185b67fda6080f76a42801cf309e92f /bin | |
parent | etc/guix/home.scm: Include hunspell module (diff) | |
download | dotfiles-9d051af250f7ace7493c7e3f964f987a28bd0be4.tar.gz dotfiles-9d051af250f7ace7493c7e3f964f987a28bd0be4.tar.xz |
bin/{httpno,menu}: Add extra disable markers for new ShellCheck version
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/httpno | 2 | ||||
-rwxr-xr-x | bin/menu | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -91,7 +91,7 @@ fi exit # Make ShellCheck happy. See https://github.com/koalaman/shellcheck/issues/1201 -# shellcheck disable=1112 +# shellcheck disable=1112,2317 echo " __DATA__ 100 Continue @@ -167,7 +167,7 @@ esac exit # Make ShellCheck happy. See https://github.com/koalaman/shellcheck/issues/1201 -# shellcheck disable=1112 +# shellcheck disable=1112,2317 echo ' __DATA__ grinning face 😀 |