mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Uniform removal rules in text
@@ -1,6 +1,6 @@
|
|||||||
## Backslash is literal in `"\n"`. Prefer explicit escaping: `"\\n"`.
|
## 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:
|
### Problematic code:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user