blob: 709c4e344bdb09efdcb7d16d82196875ac399d54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
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/tests
- toolkit
- xpcom/idl-parser
extensions: ['py']
support-files:
- 'tools/lint/python/*compat*'
type: external
payload: python.compat:lintpy3
setup: python.compat:setuppy3
|