Summary: | Add global option to exclude a particular check from a level | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Csaba Kertész <csaba.kertesz> |
Component: | general | Assignee: | Sergio Martins <smartins> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/clazy/99de674a597182a31bfb98ff1392d0b29abd864d | Version Fixed In: | |
Sentry Crash Report: |
Description
Csaba Kertész
2016-08-31 18:34:46 UTC
I agree Git commit 99de674a597182a31bfb98ff1392d0b29abd864d by Sergio Martins. Committed on 02/09/2016 at 20:03. Pushed by smartins into branch 'master'. Allow to disable checks by prefixing with "no-" For example, level0,no-qenums will execute all checks from level0 except qenums M +5 -2 Clazy.cpp M +3 -1 README.md M +34 -5 checkmanager.cpp M +6 -2 checkmanager.h M +26 -0 tests/clazy/test_requested_checks.sh M +77 -0 tests/clazy/test_requested_checks.sh.expected http://commits.kde.org/clazy/99de674a597182a31bfb98ff1392d0b29abd864d |