https://bugs.kde.org/show_bug.cgi?id=353767
--- Comment #5 from Sergio Martins <smart...@kde.org> --- Git commit 4aa04494e33dcf5e853d76bacec2afb58a7e0100 by Sergio Martins. Committed on 24/04/2016 at 12:40. Pushed by smartins into branch 'suppressions'. 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/4aa04494e33dcf5e853d76bacec2afb58a7e0100 -- You are receiving this mail because: You are watching all bug changes.