mirror of
https://github.com/buildbot/buildbot.git
synced 2021-05-20 10:47:20 +03:00
disable python3 specific pylint checks for worker code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user