disable python3 specific pylint checks for worker code

This commit is contained in:
Pierre Tardy
2020-09-21 23:36:04 +02:00
parent 3aebec09e1
commit ddb976c91a

View File

@@ -1,6 +1,6 @@
# developer utilities
pylint:
pylint -j4 --rcfile=../common/pylintrc buildbot_worker setup.py
pylint -j4 --rcfile=../common/pylintrc --disable=super-with-arguments,raise-missing-from buildbot_worker setup.py
flake8:
flake8 --config=../common/flake8rc buildbot_worker setup.py