зеркало из https://github.com/mozilla/gecko-dev.git
25 строки
630 B
YAML
25 строки
630 B
YAML
flake8:
|
|
description: Python linter
|
|
include:
|
|
- layout/tools/reftest
|
|
- python/mozlint
|
|
- security/manager
|
|
- taskcluster
|
|
- testing/firefox-ui
|
|
- testing/marionette/client
|
|
- testing/marionette/harness
|
|
- testing/marionette/puppeteer
|
|
- testing/mozbase
|
|
- testing/mochitest
|
|
- testing/talos/
|
|
- tools/git
|
|
- tools/lint
|
|
- tools/mercurial
|
|
- tools/tryselect
|
|
- toolkit/components/telemetry
|
|
exclude:
|
|
- testing/mochitest/pywebsocket
|
|
extensions: ['py']
|
|
type: external
|
|
payload: flake8_:lint
|