https://bugs.kde.org/show_bug.cgi?id=353767
Sergio Martins <smart...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/claz | |y/c252e400f1e123eabb9c15111 | |31f50d86154c997 --- Comment #6 from Sergio Martins <smart...@kde.org> --- Git commit c252e400f1e123eabb9c1511131f50d86154c997 by Sergio Martins. Committed on 24/04/2016 at 17:03. Pushed by smartins into branch 'master'. Introduce krazy like suppressions // clazy:skip Ignore the whole file // clazy:excludeall=check1,check2 Ignore the whole file for these checks // clazy:exclude=qstring-allocations Ignore these checks in specific line numbers M +3 -0 CMakeLists.txt M +13 -0 README A +135 -0 SuppressionManager.cpp [License: LGPL (v2+)] A +65 -0 SuppressionManager.h [License: LGPL (v2+)] M +5 -1 checkbase.cpp M +3 -1 checkbase.h M +5 -0 checkmanager.cpp M +4 -0 checkmanager.h M +8 -0 tests/clazy/config.json A +23 -0 tests/clazy/suppressions.cpp [License: UNKNOWN] * A +1 -0 tests/clazy/suppressions.cpp.expected A +10 -0 tests/clazy/suppressionsWholeFile.cpp [License: UNKNOWN] * A +0 -0 tests/clazy/suppressionsWholeFile.cpp.expected The files marked with a * at the end have a non valid license. Please read: http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. http://commits.kde.org/clazy/c252e400f1e123eabb9c1511131f50d86154c997 -- You are receiving this mail because: You are watching all bug changes.