From e07167139620219cee4ab7e0142299e98fb6ce00 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 10 Dec 2023 20:20:06 -0800 Subject: [PATCH] Updated SC2043 (markdown) --- SC2043.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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