From 85fc36dc75c5af49708df1d2c4d8d7f4a39072c5 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Tue, 13 Aug 2024 15:25:40 -0400 Subject: [PATCH] Ignore template file due to character code=194 This file is actually not compiled but used as a template. --- .kde-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 2bddb3ca0..becc3af65 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -36,6 +36,7 @@ Options: cppcheck-arguments: - --enable=warning,style,performance # - --suppress-xml=cppcheck-suppressions.xml -# cppcheck-ignore-files: + cppcheck-ignore-files: + - src/characters/CharacterWidth.src.cpp # - autotests