rc lint: Don't start a comment with "shellcheck".

That confuses shellcheck into expecting a warning pragma.
This commit is contained in:
Tim Allen 2020-02-13 20:17:01 +11:00
parent 09f067d585
commit c1e9f46301

View File

@ -111,8 +111,8 @@ define-command \
done
# Load all the linter messages into Kakoune options.
# shellcheck warns us that the shell doesn't need
# backslash-continuation chars in a single-quoted string,
# Inside this block, shellcheck warns us that the shell doesn't
# need backslash-continuation chars in a single-quoted string,
# but awk still needs them.
# shellcheck disable=SC1004
awk -v file="$kak_buffile" -v client="$kak_client" '