https://bugs.kde.org/show_bug.cgi?id=400452
--- Comment #1 from Matthew Woehlke <mwoehlke.fl...@gmail.com> --- Wow... fiddling with this some more (and also looking at the clazy sources), it seems that clazy is doing the right thing *if* run on a single source file. Actually, what may be happening is that the list of suppressions is not applied past the first source file. (This works for checks that wouldn't be enabled by default because enabling a level is first expanded to all checks for that level, then any suppressions are removed, so the suppressed check is never propagated.) -- You are receiving this mail because: You are watching all bug changes.