From c1e9f46301a214f8471eed60cf25a8b94631a939 Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Thu, 13 Feb 2020 20:17:01 +1100 Subject: [PATCH] rc lint: Don't start a comment with "shellcheck". That confuses shellcheck into expecting a warning pragma. --- rc/tools/lint.kak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/tools/lint.kak b/rc/tools/lint.kak index c23e41dd..5f36f968 100644 --- a/rc/tools/lint.kak +++ b/rc/tools/lint.kak @@ -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" '