24133d4a59
namingng.py was only usable in standalone mode, but now supports CLI mode, i.e. with cppcheck --addon=namingng. It uses the generic reporting provided by cppcheckdata.reportError(). All output other than reported errors is suppressed. A local function reportNamingError() is implemented to call through to cppcheckdata.reportError(), filling in common defaults. The collection of errors and the --verify feature are removed, including related workflow and a test file. These are replaced by a unit test. |
||
---|---|---|
.. | ||
misra | ||
path1 | ||
threadsafety | ||
y2038 | ||
__init__.py | ||
misc-test.cpp | ||
naming_test.c | ||
naming_test.cpp | ||
test-misra.py | ||
test-y2038.py | ||
util.py |