Updated SC1007 (markdown)

Isabella
2015-08-02 11:00:02 +02:00
parent dda7802625
commit c6adf2a0e0

@@ -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 the message. ``alias shellcheck='shellcheck -e SC1007' ``