From b56732ef201a38da35c5f44fc07213fe57e51502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 21 Aug 2020 19:43:19 +0200 Subject: [PATCH] Travis: commented out pylint temporarily because there is some syntax error in pylint. These commands should be uncommented when possible. --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index b901ba75d..d8eef4755 100644 --- a/.travis.yml +++ b/.travis.yml @@ -120,15 +120,15 @@ matrix: # check python syntax by compiling all addon scripts - python -m compileall ./addons - python3 -m compileall ./addons -# run pylint - - pylint --rcfile=pylintrc_travis addons/*.py - - pylint --rcfile=pylintrc_travis htmlreport/cppcheck-htmlreport - - pylint --rcfile=pylintrc_travis htmlreport/*.py - - pylint --rcfile=pylintrc_travis --ignore=donate-cpu-server.py --ignore=donate-cpu.py --ignore=donate_cpu_lib.py --ignore=test-my-pr.py tools/*.py - - python3 -m pylint --rcfile=pylintrc_travis addons/*.py - - python3 -m pylint --rcfile=pylintrc_travis htmlreport/cppcheck-htmlreport - - python3 -m pylint --rcfile=pylintrc_travis htmlreport/*.py - - python3 -m pylint --rcfile=pylintrc_travis tools/*.py +# run pylint -- FIXME these are temporarily commented out because there is a syntax error in pylint +# - pylint --rcfile=pylintrc_travis addons/*.py +# - pylint --rcfile=pylintrc_travis htmlreport/cppcheck-htmlreport +# - pylint --rcfile=pylintrc_travis htmlreport/*.py +# - pylint --rcfile=pylintrc_travis --ignore=donate-cpu-server.py --ignore=donate-cpu.py --ignore=donate_cpu_lib.py --ignore=test-my-pr.py tools/*.py +# - python3 -m pylint --rcfile=pylintrc_travis addons/*.py +# - python3 -m pylint --rcfile=pylintrc_travis htmlreport/cppcheck-htmlreport +# - python3 -m pylint --rcfile=pylintrc_travis htmlreport/*.py +# - python3 -m pylint --rcfile=pylintrc_travis tools/*.py # check python syntax by compiling some selected scripts - python3 -m py_compile ./tools/donate-cpu.py - python3 -m py_compile ./tools/donate-cpu-server.py