summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/check b/check
index 504b72d..3c38111 100755
--- a/check
+++ b/check
@@ -58,7 +58,7 @@ docgen() {
if command -v flake8 > /dev/null
then
- $hideok flake8 share/python/template lib/*.py
+ $hideok flake8 share/python/template share/python/lib/*.py
fi
if command -v shellcheck > /dev/null
@@ -101,7 +101,7 @@ fi
done
)
-for md in [!CR]*.md lib/*.md
+for md in [!CR]*.md share/python/lib/*.md
do
$hideok echo "$md ====================================="
codegen "$md" test.py