Updated SC1007 (markdown)

koalaman
2015-09-05 15:43:48 -07:00
parent a6a5db7ef7
commit 266a360103

@@ -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).
### 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.