[clazy] [Bug 419578] New: Promote selected Clazy checks to errors
Christian Schärf
bugzilla_noreply at kde.org
Fri Apr 3 11:20:37 BST 2020
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: unassigned-bugs at kde.org
Reporter: c.schaerf at t-online.de
CC: smartins at kde.org
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 the assignee for the bug.
More information about the Unassigned-bugs
mailing list