gecko-dev/tools/lint/py3.yml
Justin Wood 997253f286 Bug 1559975 - Make layout/tools/reftest lint with 'py2' and 'py3' r=catlee
Depends on D36093

Differential Revision: https://phabricator.services.mozilla.com/D36094

--HG--
extra : moz-landing-system : lando
2019-12-26 21:17:55 +00:00

28 lines
706 B
YAML

---
py3:
description: Python 3 compatibility check
include: ['.']
exclude:
- browser/app
- build
- dom/canvas/test
- gfx
- ipc/ipdl
- layout/style/ServoCSSPropList.mako.py
- security/manager/ssl
- testing/awsy
- testing/condprofile/condprof/android.py
- testing/condprofile/condprof/desktop.py
- testing/gtest
- testing/mozharness
- testing/tps
- testing/web-platform
- toolkit
- xpcom/idl-parser
extensions: ['py']
support-files:
- 'tools/lint/python/*compat*'
type: external
payload: python.compat:lintpy3
setup: python.compat:setuppy3