[education/rkward] /: Attempt to reduce cppcheck noise

Thomas Friedrichsmeier null at kde.org
Thu Sep 4 20:46:54 BST 2025


Git commit c50731d99ec7bd43a38315d82d1f402216a31779 by Thomas Friedrichsmeier.
Committed on 04/09/2025 at 19:17.
Pushed by tfry into branch 'master'.

Attempt to reduce cppcheck noise

M  +1    -1    .kde-ci.yml

https://invent.kde.org/education/rkward/-/commit/c50731d99ec7bd43a38315d82d1f402216a31779

diff --git a/.kde-ci.yml b/.kde-ci.yml
index f112f32f4..1e9f4ff04 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -22,4 +22,4 @@ Options:
   require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
   tests-load-sensitve: True
   per-test-timeout: 180
-  cppcheck-arguments: '--enable=warning,style,performance --inline-suppr -DR_EXECUTABLE=\"/usr/bin/R\" -DRKWARD_VERSION=\"dummy\" -DCPPCHECK_ONLY=1'
+  cppcheck-arguments: '--enable=warning,style,performance --inline-suppr -DR_EXECUTABLE=\"/usr/bin/R\" -DRKWARD_VERSION=\"dummy\" -DCPPCHECK_ONLY=1 --suppress=unknownMacro'



More information about the rkward-tracker mailing list