From 6c7e86aa5198ae3e44dc1c0b25caa520d11a4c30 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 3 Feb 2020 17:44:15 +1100 Subject: [PATCH] suppress DOXYGEN --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4469d3a1457..61d85091953 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -342,6 +342,7 @@ stages: --output-file=cppcheck.results \ --relative-paths="$CI_PROJECT_DIR" \ --inline-suppr \ + -U DOXYGEN \ --suppressions-list=util/suppressions.txt .cppcheck_report: &cppcheck_report_html | -- 2.47.3