From eaab7b5067d9d9c200a86ecd027db0e6e0703370 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Tue, 29 Jul 2025 10:26:50 +0900 Subject: [PATCH] Updated SC1107 (markdown) --- SC1107.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1107.md b/SC1107.md index 6d832a3..5bffe47 100644 --- a/SC1107.md +++ b/SC1107.md @@ -21,7 +21,7 @@ It could be misspelled, or you could be using an older version of shellcheck tha None. If you wish to ignore this warning and continue without it, you need version 0.4.5 (commit 88c56ec) or later and a command grouping: -``` +```sh # Ignore an unrecognized directive in 0.4.5 or later: # shellcheck disable=SC1107 {