rc lint: Don't start a comment with "shellcheck".
That confuses shellcheck into expecting a warning pragma.
This commit is contained in:
parent
09f067d585
commit
c1e9f46301
|
@ -111,8 +111,8 @@ define-command \
|
||||||
done
|
done
|
||||||
|
|
||||||
# Load all the linter messages into Kakoune options.
|
# Load all the linter messages into Kakoune options.
|
||||||
# shellcheck warns us that the shell doesn't need
|
# Inside this block, shellcheck warns us that the shell doesn't
|
||||||
# backslash-continuation chars in a single-quoted string,
|
# need backslash-continuation chars in a single-quoted string,
|
||||||
# but awk still needs them.
|
# but awk still needs them.
|
||||||
# shellcheck disable=SC1004
|
# shellcheck disable=SC1004
|
||||||
awk -v file="$kak_buffile" -v client="$kak_client" '
|
awk -v file="$kak_buffile" -v client="$kak_client" '
|
||||||
|
|
Loading…
Reference in New Issue
Block a user