Post #1977164
2026-04-21 08:48 UTC
Today in Clang-Tidy is annoying me:
for ( double d : { 1'000, 10'000 } )
triggers readability-identifier-length, even after changing `readability-identifier-length.MinimumLoopCounterNameLength` to 1, because the `d` variable is not loop counter name.
Technically true, but also not very useful.
Replies (0)
No replies.