gecko-dev/tools/lint/py3.yml
Edwin Gao 6b9a6ec54c Bug 1559975 - convert testing/tps to python3 r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D35328

--HG--
extra : moz-landing-system : lando
2019-07-02 18:04:40 +00:00

38 lines
859 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
- js/src
- layout/reftests
- layout/style
- layout/tools/reftest
- media
- modules/freetype2
- security/manager/ssl
- servo
- 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