gecko-dev/tools/lint/py3.yml
Calixte Denizet 8cff6b528a Bug 1559975 - Fix python3 lint issues on servo r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D35247

--HG--
extra : moz-landing-system : lando
2019-07-05 14:29:44 +00:00

39 lines
947 B
YAML

---
py3:
description: Python 3 compatibility check
include: ['.']
exclude:
- browser/app
- build
- client.py
- config
- dom/bindings
- dom/canvas/test
- dom/media/test
- gfx
- ipc/ipdl
- layout/reftests
- layout/style
- layout/tools/reftest
- media
- modules/freetype2
- security/manager/ssl
- testing/awsy
- testing/firefox-ui/harness/firefox_ui_harness/runners/update.py
- testing/gtest
- testing/mochitest
- testing/mozharness
- testing/tools/iceserver
- testing/web-platform
- toolkit
- tools/jprof
- 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