forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpy2.yml
65 lines (65 loc) · 1.56 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
py2:
description: Python 2 compatibility check
include: ['.']
exclude:
- accessible/xpcom/AccEventGen.py
- browser
- build
- client.py
- config
- configure.py
- devtools/shared/css/generated/mach_commands.py
- dom
- editor
- gfx
- intl
- ipc
- js/src
- js/xpconnect
- layout
- media
- memory
- mobile
- modules
- mozglue
- netwerk
- nsprpub
- other-licenses
- probes/trace-gen.py
- python/devtools
- python/mach
- python/mozbuild
- python/mozversioncontrol
- security
- services/common/tests/mach_commands.py
- servo
- testing/awsy
- testing/firefox-ui
- testing/geckodriver
- testing/gtest
- testing/marionette
- testing/mochitest
- testing/mozharness
- testing/remotecppunittests.py
- testing/runcppunittests.py
- testing/runtimes
- testing/tools
- testing/tps
- testing/web-platform
- third_party
- toolkit
- tools/docs
- tools/git/eslintvalidate.py
- tools/jprof/split-profile.py
- tools/lint
- tools/mach_commands.py
- tools/mercurial/eslintvalidate.py
- tools/power/mach_commands.py
- tools/profiler
- tools/rb
- tools/update-packaging
- xpcom
extensions: ['py']
type: external
payload: python.compat:lintpy2