blob: 012629e53b6a2da1d9b84935e5bb6ddd49765d2f (
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
|
---
pylint:
description: A second Python linter
include:
- configure.py
- client.py
- security/
- accessible/
- docs/
- dom/base/
- dom/websocket/
- mozglue/
- toolkit/components/telemetry/
exclude:
- dom/bindings/Codegen.py
- security/manager/ssl/tests/unit/test_content_signing/pysign.py
- security/ct/tests/gtest/createSTHTestData.py
extensions: ['py']
support-files:
- '**/.pylint'
- 'tools/lint/python/pylint*'
type: external
payload: python.pylint:lint
setup: python.pylint:setup
|