blob: d1e4b7df9421718d92e7896e95c4bafc1d08edf3 (
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
28
29
30
31
32
|
---
test-manifest-toml:
description: ManifestParser TOML linter.
exclude:
- 'intl/icu/source/test/testdata/codepointtrie/'
- 'python/mozbuild/mozbuild/test/'
- 'testing/marionette/harness/marionette_harness/tests/unit-tests.toml'
- 'testing/mozbase/manifestparser/tests/'
- 'third_party/rust/'
- 'toolkit/components/featuregates/test/python/data/'
- '**/.*ruff.toml'
- '**/Cargo.toml'
- '**/Cross.toml'
- '**/Features.toml'
- '**/ServoBindings.toml'
- '**/askama.toml'
- '**/audits.toml'
- '**/cbindgen.toml'
- '**/clippy.toml'
- '**/config-lock.toml'
- '**/config.toml'
- '**/cram.toml'
- '**/empty.toml'
- '**/generated-mochitest.toml'
- '**/l10n.toml'
- '**/labels.toml'
- '**/pyproject.toml'
- '**/rustfmt.toml'
- '**/uniffi.toml'
extensions: ['toml']
type: external
payload: test-manifest-toml:lint
|