cppcheck/cli
niooss-ledger 0dbff657ab
Add missing \n in help (#2941)
cppcheck --help printed:

    --project-configuration=<config>
                         If used together with a Visual Studio Solution (*.sln)
                         or Visual Studio Project (*.vcxproj) you can limit
                         the configuration cppcheck should check.
                         For example: --project-configuration=Release|Win32    --max-configs=<limit>
                         Maximum number of configurations to check in a file
                         before skipping it. Default is '12'. If used together
                         with '--force', the last option is the one that is
                         effective.

A "\n" was missing before option --max-configs, and the doublequotes did
nothing.
2020-12-12 08:30:10 +01:00
..
CMakeLists.txt Add find_package(tinyxml2) to CMake builds (#2691) 2020-11-22 08:57:07 +01:00
cli.vcxproj rename externals/tinyxml to externals/tinyxml2 2020-11-16 09:11:53 +01: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 Add missing \n in help (#2941) 2020-12-12 08:30:10 +01:00
cmdlineparser.h Update copyright year 2020-05-10 11:16:32 +02:00
cppcheckexecutor.cpp CLI: fix execute command, quote argument that contains spaces 2020-08-30 20:02:18 +02:00
cppcheckexecutor.h made check.h less heavy (#2633) 2020-05-23 07:16:49 +02:00
filelister.cpp Update copyright year 2020-12-05 09:28:33 +01:00
filelister.h Updated copyright year 2018-01-14 15:37:52 +01:00
main.cpp 2.3: Update version 2020-12-05 10:00:02 +01:00
threadexecutor.cpp perform all tasks in each loop execution in ThreadExecutor::check() (#2932) 2020-12-04 08:07:14 +01:00
threadexecutor.h Revert "Revert "fixed excessive spawning of child processes / fixed potential zombie processes (#2924)"" 2020-12-03 18:06:18 +01:00
version.rc Update cli/version.rc 2012-10-15 11:28:08 -05:00