diff --git a/SC2043.md b/SC2043.md index 8e3e0d0..2c7abad 100644 --- a/SC2043.md +++ b/SC2043.md @@ -47,4 +47,4 @@ You should make sure that whatever you loop over will expand into multiple words ### 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. \ No newline at end of file