contrib/jenkins.sh: make pylint warn about unnecessary semicolon

Change-Id: I7793e30501ad109c95b207cbfada50596de17cda
Related: OS#5292
This commit is contained in:
Vadim Yanitskiy 2021-11-05 16:05:20 +03:00
parent dbd5ed64d7
commit fc769e2fdb
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ pip install pylint
python -m pylint --errors-only \
--disable E1102 \
--disable E0401 \
--enable W0301 \
pySim *.py
# attempt to build documentation