gecko-dev/tools/lint/py3.yml

34 строки
827 B
YAML

---
py3:
description: Python 3 compatibility check
include: ['.']
exclude:
- browser/app
- build
- client.py
- dom/bindings
- dom/canvas/test
- gfx
- ipc/ipdl
- layout/reftests
- layout/style
- layout/tools/reftest
- security/manager/ssl
- testing/awsy
- testing/firefox-ui/harness/firefox_ui_harness/runners/update.py
- testing/gtest
- testing/mochitest
- testing/mozharness
- testing/tps
- testing/web-platform
- toolkit
- tools/profiler
- tools/rb
- xpcom/idl-parser
extensions: ['py']
support-files:
- 'tools/lint/python/*compat*'
type: external
payload: python.compat:lintpy3
setup: python.compat:setuppy3