jenkins.sh: Include es9p_client in pylint

Change-Id: I06f6773b8b5d3dfa588617d5af81c2fddb474a3d
This commit is contained in:
Harald Welte
2024-06-09 22:38:53 +02:00
parent cdf661b24c
commit a5634c248b

View File

@@ -57,7 +57,8 @@ 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/es2p_client.py \
contrib/es9p_client.py
;; ;;
"docs") "docs")
rm -rf docs/_build rm -rf docs/_build