cppcheck/cli
Daniel Marjamäki 0a5b7b2af5 Make it possible to configure default addons in a cppcheck.cfg file.
Example:
{
    "addons":["cert"]
}

With that cppcheck.cfg file cppcheck will always run the "cert" addon. Explicit options such as --addon=cert will not be needed.
2021-10-13 20:02:48 +02:00
..
CMakeLists.txt
cli.vcxproj
cli.vcxproj.filters
cmdlineparser.cpp Make it possible to configure default addons in a cppcheck.cfg file. 2021-10-13 20:02:48 +02:00
cmdlineparser.h
cppcheckexecutor.cpp
cppcheckexecutor.h
filelister.cpp
filelister.h
main.cpp
threadexecutor.cpp
threadexecutor.h
version.rc