mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2043 (markdown)
@@ -47,4 +47,4 @@ You should make sure that whatever you loop over will expand into multiple words
|
|||||||
|
|
||||||
### Exceptions
|
### Exceptions
|
||||||
|
|
||||||
None.
|
If you stylistically choose to use `for` loops with a single element, e.g. to align with other code or to set up for future extensibility (`for target in x86_64; do ..`), you can [[ignore]] this warning.
|
Reference in New Issue
Block a user