mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-24 22:38:38 +03:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user