mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC1007 (markdown)
@@ -25,4 +25,4 @@ Instead, it runs `nl` (the "number lines" command) and sets `LANGUAGE` to an emp
|
|||||||
Since trying to assign values this way is a common mistake, ShellCheck warns about it and asks you to be explicit when assigning empty strings (except for `IFS`, due to the common `IFS= read ..` idiom).
|
Since trying to assign values this way is a common mistake, ShellCheck warns about it and asks you to be explicit when assigning empty strings (except for `IFS`, due to the common `IFS= read ..` idiom).
|
||||||
|
|
||||||
### Exceptions
|
### Exceptions
|
||||||
If you're familiar with this behavior and feel that the explicit version is unnecessary, you can ignore the message. ``alias shellcheck='shellcheck -e SC1007' ``
|
If you're familiar with this behavior and feel that the explicit version is unnecessary, you can [[ignore]] it.
|
Reference in New Issue
Block a user