Specify the version of the removal

Turiok
2025-02-16 03:28:00 +01:00
parent f8cc256675
commit 67eb383139

@@ -1,6 +1,6 @@
## Backslash is literal in `"\n"`. Prefer explicit escaping: `"\\n"`.
**Note: this warning has been retired due to being too pedantic**
**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: