codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

CodeChecker does not warn when a clang-diagnostic checker is mistyped.

Open vodorok opened this issue 2 years ago • 1 comments

CodeChecker does not warn clang-diagnostic checker is mistyped. The issue can be reproduced with CodeChecker master. CodeChecker check --analyzers clang-tidy -l compile-commands.json -e clang-diagnostic-vlaa -o ./reports The above command should fail with an error that clang-diagnostic-vlaa checker is non-existing.

vodorok avatar Apr 11 '23 14:04 vodorok

@vodorok This should be rechecked with 6.24.0. I believe we did some works with regards to this...

whisperity avatar May 29 '24 09:05 whisperity