gecko-dev/tools/lint/py2.yml
Edwin Gao 8918aee616 Bug 1559975 - fix python2 linter error for tools/docs r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D37777

--HG--
extra : moz-landing-system : lando
2019-07-19 14:45:24 +00:00

43 lines
925 B
YAML

---
py2:
description: Python 2 compatibility check
include: ['.']
exclude:
- build
- client.py
- dom
- editor
- gfx
- ipc
- js/src
- js/xpconnect
- layout
- media
- modules
- mozglue
- netwerk
- nsprpub
- other-licenses
- security
- servo
- taskcluster/docker/funsize-update-generator
- testing/gtest
- testing/mochitest
- testing/mozharness
- testing/raptor
- testing/tools
- testing/tps
- testing/web-platform
- toolkit
- tools/lint
- tools/profiler
- tools/rb
- tools/update-packaging
- xpcom
extensions: ['py']
support-files:
- 'tools/lint/python/*compat*'
type: external
payload: python.compat:lintpy2
setup: python.compat:setuppy2