37 lines
1.3 KiB
YAML
37 lines
1.3 KiB
YAML
---
|
|
test-manifest-toml:
|
|
description: ManifestParser TOML linter.
|
|
exclude:
|
|
- 'dom/canvas/test/webgl-conf/mochitest-errata.toml'
|
|
- 'gradle/libs.versions.toml'
|
|
- 'intl/icu/source/test/testdata/codepointtrie/'
|
|
- 'python/mozbuild/mozbuild/test/'
|
|
- 'mobile/android/bors.toml'
|
|
- 'mobile/android/fenix/bors.toml'
|
|
- 'testing/cppunittest.toml' # Tries to unquote entries - bug 1953009
|
|
- 'testing/marionette/harness/marionette_harness/tests/unit-tests.toml'
|
|
- 'testing/mozbase/manifestparser/tests/'
|
|
- 'testing/raptor/raptor/tests/'
|
|
- 'third_party/rust/'
|
|
- 'toolkit/components/uniffi-bindgen-gecko-js/askama.toml'
|
|
- '**/.*ruff.toml'
|
|
- '**/Cargo.toml'
|
|
- '**/Cross.toml'
|
|
- '**/Features.toml'
|
|
- '**/ServoBindings.toml'
|
|
- '**/askama.toml'
|
|
- '**/audits.toml'
|
|
- '**/cbindgen.toml'
|
|
- '**/clippy.toml'
|
|
- '**/config-lock.toml'
|
|
- '**/config.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
|