зеркало из https://github.com/mozilla/gecko-dev.git
28 строки
706 B
YAML
28 строки
706 B
YAML
---
|
|
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
|
|
- toolkit
|
|
- xpcom/idl-parser
|
|
extensions: ['py']
|
|
support-files:
|
|
- 'tools/lint/python/*compat*'
|
|
type: external
|
|
payload: python.compat:lintpy3
|
|
setup: python.compat:setuppy3
|