blob: 328da4cb1bc862a15bf67a99c58e794d10deda98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
test-manifest-alpha:
description: Mochitest manifest tests should be in alphabetical order.
exclude:
- "**/application.ini"
- "**/l10n.ini"
- "**/xpcshell.ini"
- "**/python.ini"
- "**/manifest.ini"
- dom/canvas/test/webgl-conf/mochitest-errata.toml
- python/mozbuild/mozbuild/test/backend/data
- testing/mozbase/manifestparser/tests
- testing/web-platform
- xpcom/tests/unit/data
extensions: ['ini']
type: external
payload: test-manifest-alpha:lint
support-files:
- 'tools/lint/test-manifest-alpha/error-level-manifests.yml'
|