cppcheck/cli
Daniel Marjamäki d053f8ba23 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-21 14:48:37 +02:00
..
CMakeLists.txt Dont require __main__ for an addon (#3363) 2021-08-12 20:17:51 +02:00
cli.vcxproj Fix MSVC build and some warnings (#3334) 2021-07-16 21:55:12 +02:00
cli.vcxproj.filters Fixed Visual Studio build after pathmatch.h/cpp was moved to lib, fixed compiler errors about getcwd 2016-10-02 15:48:03 +02:00
cmdlineparser.cpp Make it possible to configure default addons in a cppcheck.cfg file. 2021-10-21 14:48:37 +02:00
cmdlineparser.h Update copyright year 2020-05-10 11:16:32 +02:00
cppcheckexecutor.cpp Cleanup: unnecessary includes, fix include order, fix unreferenced va… (#3418) 2021-08-26 19:36:31 +02:00
cppcheckexecutor.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
filelister.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
filelister.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
main.cpp 2.6: Set version 2021-09-26 12:09:02 +02:00
threadexecutor.cpp Cleanup: unnecessary includes, fix include order, fix unreferenced va… (#3418) 2021-08-26 19:36:31 +02:00
threadexecutor.h Cleanup: unnecessary includes, fix include order, fix unreferenced va… (#3418) 2021-08-26 19:36:31 +02:00
version.rc Update cli/version.rc 2012-10-15 11:28:08 -05:00