forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
/
py2.yml
43 lines (42 loc) · 1.03 KB
/
py2.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
py2:
description: Python 2 compatibility check
include: ['.']
exclude:
- build
- dom
- editor
- gfx
- ipc
- js/src
- layout
- modules
- mozglue
- netwerk
- nsprpub
- other-licenses
- security
- servo
- taskcluster/docker/funsize-update-generator
- taskcluster/docker/visual-metrics
- testing/condprofile
- testing/gtest
- testing/mochitest
- testing/mozharness
- testing/raptor
- testing/tools
- testing/web-platform
- toolkit
- tools/update-packaging
- xpcom
# These paths are intentionally excluded (Python 3 only)
- python/mozlint
- tools/crashreporter/system-symbols/win/symsrv-fetch.py
- tools/github-sync
- tools/lint
extensions: ['py']
support-files:
- 'tools/lint/python/*compat*'
type: external
payload: python.compat:lintpy2
setup: python.compat:setuppy2