From 9f5b3de4b7fd4ad61fbe76c32e92fb8e86e6f589 Mon Sep 17 00:00:00 2001 From: Turiok Date: Sun, 16 Feb 2025 18:46:30 +0100 Subject: [PATCH] Uniform removal rules in text --- SC1136.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1136.md b/SC1136.md index c76112b..e3e7e63 100644 --- a/SC1136.md +++ b/SC1136.md @@ -1,4 +1,5 @@ ## Unexpected characters after terminating `]`. Missing semicolon/linefeed? +_Note removed in [V0.7.2 2021-04-20](https://github.com/koalaman/shellcheck/commit/8e332ce87978e6f6afdfabcc15b382983ea32550)_ ### Problematic code: @@ -23,7 +24,6 @@ Similarly, a missing space before a comment (`[ -e foo ]#comment`), an additiona Make sure the `]` or `]]` is not immediately followed by another shell word character. -Removed in [V0.7.2 2021-04-20](https://github.com/koalaman/shellcheck/commit/8e332ce87978e6f6afdfabcc15b382983ea32550) ### Exceptions: