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