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
Hi, I'm running CodeChecker analyze with the --cppcheck-args file args, but I get an error CodeChecker: error: unrecognized arguments: --cppcheck-args.
[INFO 2023-06-18 11:51] - CodeChecker analyzer version:
---------------------------------------
Kind | Version
---------------------------------------
Base package version | 6.22.1
Package build date | 2023-06-18T11:44
Git commit ID (hash) |
Git tag information |
---------------------------------------
[INFO 2023-06-18 11:51] - CodeChecker web version:
------------------------------------------------------
Kind | Version
------------------------------------------------------
Base package version | 6.22.1
Package build date | 2023-06-18T11:44
Git commit ID (hash) |
Git tag information |
Server supported Thrift API version | 6.53
Client Thrift API version | 6.53
------------------------------------------------------
Desktop (please complete the following information)
OS: Linux
The text was updated successfully, but these errors were encountered:
bruntib
added a commit
to bruntib/codechecker
that referenced
this issue
Aug 14, 2023
Analyzer config options can be forwarded to the analyzers by --saargs
and --tidyargs flags. This was missing for Cppcheck, so --cppcheckargs
flag has now been introduced.
FixesEricsson#3936
Analyzer config options can be forwarded to the analyzers by --saargs
and --tidyargs flags. This was missing for Cppcheck, so --cppcheckargs
flag has now been introduced.
FixesEricsson#3936
bruntib
added a commit
to bruntib/codechecker
that referenced
this issue
Oct 10, 2023
Analyzer config options can be forwarded to the analyzers by --saargs
and --tidyargs flags. This was missing for Cppcheck, so --cppcheckargs
flag has now been introduced.
FixesEricsson#3936
Describe the bug
Hi, I'm running
CodeChecker analyze
with the--cppcheck-args file
args, but I get an errorCodeChecker: error: unrecognized arguments: --cppcheck-args
.Has this functionality been change/removed? I've been following the documentation in https://github.com/Ericsson/codechecker/blob/master/docs/analyzer/user_guide.md.
CodeChecker version
Desktop (please complete the following information)
The text was updated successfully, but these errors were encountered: