cppcheck/.github/workflows
thingsconnected 24133d4a59
addons/namingng.py: Fix commandline use. (#5793)
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.
2023-12-30 20:54:03 +01:00
..
CI-cygwin.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
CI-mingw.yml mitigated several compiler warnings / suppress compiler warnings in CI where we don't care about them (#5497) 2023-10-09 12:25:56 +02:00
CI-unixish-docker.yml CI-unixish-docker.yml: updated latest ubuntu to 23.10 (#5560) 2023-10-27 14:50:28 +02:00
CI-unixish.yml addons/namingng.py: Fix commandline use. (#5793) 2023-12-30 20:54:03 +01:00
CI-windows.yml addons/namingng.py: Fix commandline use. (#5793) 2023-12-30 20:54:03 +01:00
asan.yml run more tests in sanitizer workflows (#5744) 2023-12-16 17:03:03 +01:00
buildman.yml buildman.yml: fixed `manpage` job (#5539) 2023-10-11 12:33:13 +02:00
cifuzz.yml CI: Add CIFuzz integration (#4590) 2022-11-20 22:36:28 +01:00
clang-tidy.yml updated Qt in CI to 6.6.0 and removed commercial-only LTS Qt versions (#5561) 2023-11-03 18:25:27 +01:00
codeql-analysis.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
coverage.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
cppcheck-premium.yml CI: Update Cppcheck Premium version and license (#5814) 2023-12-30 20:47:30 +01:00
format.yml avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377) 2023-09-01 18:52:20 +02:00
iwyu.yml iwyu.yml: run the workflow once a week [skip ci] (#5726) 2023-12-05 10:26:24 +01:00
release-windows.yml installer: added missing library configurations and removed unneeded Qt DLLs / refs #10771 - added initial portable package (#4669) 2023-10-11 13:26:12 +02:00
scriptcheck.yml scriptcheck.yml: make dmake a separate job and run it on multiple platforms (#5632) 2023-11-08 09:29:40 +01:00
selfcheck.yml updated Qt in CI to 6.6.0 and removed commercial-only LTS Qt versions (#5561) 2023-11-03 18:25:27 +01:00
tsan.yml run more tests in sanitizer workflows (#5744) 2023-12-16 17:03:03 +01:00
ubsan.yml run more tests in sanitizer workflows (#5744) 2023-12-16 17:03:03 +01:00
valgrind.yml mitigated several compiler warnings / suppress compiler warnings in CI where we don't care about them (#5497) 2023-10-09 12:25:56 +02:00