From 41c15b61307527d14a49b9df9e7babccd112ad2a Mon Sep 17 00:00:00 2001 From: Carl van Schaik Date: Thu, 21 Sep 2023 16:14:13 +1000 Subject: [PATCH] repolinter: update project config Signed-off-by: Carl van Schaik --- repolint.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/repolint.json b/repolint.json index 7884778..fd83c3b 100644 --- a/repolint.json +++ b/repolint.json @@ -133,7 +133,9 @@ ], "skip-paths-matching": { "patterns": [ - "qcbor/.*\\.[ch]" + "qcbor/.*\\.[ch]", + "tools/cpptest/gunyahkw.h", + "tools/misc/convert-utf-8.sh" ] }, "lineCount": 20,