contrib/jenkins.sh: Execute pylint also on all contrib python scripts

This way we get linting coverage for sim-rest-{server,client}, eidtool,
unber and others.

Change-Id: I2d6271d493d0f6765e6a184f8ae32f8325317be2
This commit is contained in:
Harald Welte
2024-06-10 09:43:09 +02:00
committed by laforge
parent 5341bf902f
commit 36276e7b2a

View File

@@ -57,9 +57,7 @@ case "$JOB_TYPE" in
--disable E0401 \ --disable E0401 \
--enable W0301 \ --enable W0301 \
pySim tests/*.py *.py \ pySim tests/*.py *.py \
contrib/es2p_client.py \ contrib/*.py
contrib/es9p_client.py \
contrib/saip-tool.py
;; ;;
"docs") "docs")
rm -rf docs/_build rm -rf docs/_build