You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CC validates ordered checkers before analyzing, but didn't use to
validate the checkers ordered with the "checker:" prefix.
With this fix, all checkers will be validated.
FixesEricsson#4405
Describe the bug
CodeChecker analyze -e checker:no_such_checker ./compile_commands.json -o test
should give an error, but it does not
CodeChecker version
890654a
To Reproduce
CodeChecker analyze -e checker:no_such_checker ./compile_commands.json -o test
Expected behaviour
[ERROR 2024-12-10 16:30] - No checker(s) with these names was found: no_such_checker
The text was updated successfully, but these errors were encountered: