Bug 1623024 - mozlint: run pylint at review phase r=linter-reviewers,ahal

Depends on D79099

Differential Revision: https://phabricator.services.mozilla.com/D79430
This commit is contained in:
Sylvestre Ledru 2020-06-18 20:05:20 +00:00
Родитель 25fd29ad52
Коммит 0fa8b022f0
1 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@ -217,6 +217,19 @@ py-flake8:
# moz.configure files are also Python files.
- '**/*.configure'
py-pylint:
description: pylint run over the gecko codebase
treeherder:
symbol: py(pylint)
run:
mach: lint -v -l pylint -f treeherder -f json:/builds/worker/mozlint.json *
when:
files-changed:
- '**/*.py'
- 'tools/lint/pylint.yml'
# moz.configure files are also Python files
# However, pylint has some hard time dealing with it
test-manifest:
description: lint test manifests
treeherder: