Daniel Krupp

Results 32 comments of Daniel Krupp

Indeed. Please see these PRs from the following authors: https://github.com/spotbugs/spotbugs/pulls/baloghadamsoftware https://github.com/spotbugs/spotbugs/pulls/gamesh411 https://github.com/spotbugs/spotbugs/pulls/vodorok Are you interested to help in this work?

The gerrit requests are generated correctly if the envionment variable: CC_REPO_DIR Root directory of the sources, i.e. the directory where the repository was cloned. Use it when generating gerrit output....

IT may still be useful to have the trim-path-prefix to generate for example the static htmls

@WallStProg execution of cppcheck analysis has just been added to CodeChecker. See #3680

Should we support the --inonclusive analyzer flag? We use this at the sei cert results generation: https://arm.sero.gic.ericsson.se/artifactory/proj-sei-cert-generic-local/cpp/summary__codechecker_6.19.1_cppcheck_latest.html Maybe add it in a follow-up ticket.

The checker-config returns with an error. Please fix this before merging! (CodeChecker venv-dev) ednikru@seliiuvd02700[13:52][workspace/test-projects/tinyxml2]$ CodeChecker checkers --checker-config .... clang-tidy:cert-msc32-c.DisallowedSeedTypes **[ERROR 2022-08-16 13:52]** - Failed to get checker configuration options for...

you may consider adding this analyzer option to the cppcheck plugin --max-ctu-depth=N Max depth in whole program analysis. The default value is 2. A larger value will mean more errors...

Thanks for reporting this. As far as I see, only the readthedocs.io autogenerated document contains the broken links. The original, github md pages are fine https://github.com/Ericsson/codechecker/tree/master/docs#common-tools We will need to...

I think this is a good idea. @detuur what do you think about creating a config files as described in https://github.com/Ericsson/codechecker/blob/master/docs/config_file.md? there you can specify the url. By default CodeChecker...

This is a great addition. Thanks! We will add this support for this in CodeChecker. On Tue, Jul 5, 2022 at 1:49 PM Tobias Hieta ***@***.***> wrote: > I just...