Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enabling non existing checker does not give an error #4405

Open
dkrupp opened this issue Dec 10, 2024 · 0 comments · May be fixed by #4409
Open

enabling non existing checker does not give an error #4405

dkrupp opened this issue Dec 10, 2024 · 0 comments · May be fixed by #4409
Assignees
Labels

Comments

@dkrupp
Copy link
Member

dkrupp commented Dec 10, 2024

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

@dkrupp dkrupp added this to the release 6.25.0 milestone Dec 10, 2024
noraz31 pushed a commit to noraz31/codechecker that referenced this issue Dec 15, 2024
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.
Fixes Ericsson#4405
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants