https://bugs.kde.org/show_bug.cgi?id=419578
Bug ID: 419578
Summary: Promote selected Clazy checks to errors
Product: clazy
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Until now, it is only possible to promote all Clazy checks to compile errors by
setting the -Werror compiler flag, or none by setting the environment variable
CLAZY_NO_WERROR.
I propose to add a more fine-grained control, allowing to promote specific
Clazy checks to compile errors. Using the -Werror=some-clazy-check compiler
flag unfortunately does not work since only built-in warnings are recognized by
this mechanism.
If this is deemed useful, I may be able to look into the implementation myself.
--
You are receiving this mail because:
You are watching all bug changes.