From 2ec355c3f292ffca8e399f311055d91df42f9342 Mon Sep 17 00:00:00 2001 From: Turiok Date: Sun, 16 Feb 2025 18:49:08 +0100 Subject: [PATCH] Uniform removal rules in text --- SC1117.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1117.md b/SC1117.md index 5b44cf5..bc55b76 100644 --- a/SC1117.md +++ b/SC1117.md @@ -1,6 +1,6 @@ ## Backslash is literal in `"\n"`. Prefer explicit escaping: `"\\n"`. -**Note: this warning has been retired due to being too pedantic. Removed in [v0.6.0 - 2018-12-03](https://github.com/koalaman/shellcheck/commit/d8a32da07f36748986e4e34988f5cc50d7f80faa)** +_Note: this warning has been retired due to being too pedantic. Removed in [v0.6.0 - 2018-12-03](https://github.com/koalaman/shellcheck/commit/d8a32da07f36748986e4e34988f5cc50d7f80faa)_ ### Problematic code: