test(i18n): silence clippy single_element_loop in catalog coverage check #234
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/lc-100-i18n"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Check workflow's clippy (--all-targets -D warnings) flagged the single-entry
for locale in ["es"]loop. The loop is intentionally forward-compatible (LC-188 adds more locales), so allow the lint rather than unrolling it. (LC-187)Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com