[PATCH v2 3/3] scripts: Add .inc files to doc8 check

0 views
Skip to first unread message

Jan Kiszka

unread,
Jun 22, 2026, 10:40:01 AMJun 22
to kas-...@googlegroups.com
From: Jan Kiszka <jan.k...@siemens.com>

Signed-off-by: Jan Kiszka <jan.k...@siemens.com>
---
scripts/checkcode.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/checkcode.sh b/scripts/checkcode.sh
index c7b5f5e..4553b57 100755
--- a/scripts/checkcode.sh
+++ b/scripts/checkcode.sh
@@ -15,7 +15,7 @@ echo "Checking with flake8"
flake8 "$SRCDIR" || ERROR=$((ERROR + 2))

echo "Checking with doc8"
-doc8 "$SRCDIR"/docs --ignore-path "$SRCDIR"/docs/_build --ignore D000 || ERROR=$((ERROR + 4))
+doc8 "$SRCDIR"/docs --ignore-path "$SRCDIR"/docs/_build --ignore D000 -e .inc || ERROR=$((ERROR + 4))

echo "Checking with shellcheck"
shellcheck "$SRCDIR"/kas-container \
--
2.47.3

Jan Kiszka

unread,
Jun 22, 2026, 1:20:21 PMJun 22
to kas-...@googlegroups.com, Felix Moessbauer
Reply all
Reply to author
Forward
0 new messages