gecko-dev/tools/lint/py3.yml
Tarek Ziadé 5dd9d5bcd0 Bug 1562870 - generate conditioned profiles r=gbrown,bc,aerickson
Generates "conditioned" profiles.

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

--HG--
extra : moz-landing-system : lando
2019-09-16 19:44:35 +00:00

31 lines
782 B
YAML

---
py3:
description: Python 3 compatibility check
include: ['.']
exclude:
- browser/app
- build
- dom/canvas/test
- gfx
- ipc/ipdl
- layout/reftests
- layout/style/ServoCSSPropList.mako.py
- layout/tools/reftest
- 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
- tools/rb
- xpcom/idl-parser
extensions: ['py']
support-files:
- 'tools/lint/python/*compat*'
type: external
payload: python.compat:lintpy3
setup: python.compat:setuppy3