forked from public/pysim
contrib/jenkins.sh: print pylint version before running it
Change-Id: Icc96ff16af482581dc97a387bcff1374fbb620f3 Related: OS#6034
This commit is contained in:
committed by
Oliver Smith
parent
e47ea5f2e5
commit
a793552b4f
@@ -31,6 +31,8 @@ case "$JOB_TYPE" in
|
|||||||
../tests/pysim-test.sh
|
../tests/pysim-test.sh
|
||||||
;;
|
;;
|
||||||
"pylint")
|
"pylint")
|
||||||
|
# Print pylint version
|
||||||
|
pip3 freeze | grep pylint
|
||||||
# Run pylint to find potential errors
|
# Run pylint to find potential errors
|
||||||
# Ignore E1102: not-callable
|
# Ignore E1102: not-callable
|
||||||
# pySim/filesystem.py: E1102: method is not callable (not-callable)
|
# pySim/filesystem.py: E1102: method is not callable (not-callable)
|
||||||
|
|||||||
Reference in New Issue
Block a user