Bug 1890277: part 4) Add CSPParser support for the `trusted-types` directive, guarded...
[gecko.git] / tools / lint / test-manifest-skip-if.yml
blob393beb42e2b255a1406941b7643de31e8dc0484b
1 ---
2 multiline-skip-if:
3     description: Conditions joined by || should be on separate lines
4     hint: |
5         skip-if =
6             <condition one>  # reason
7             <condition two>  # reason
8     exclude:
9         - "**/application.ini"
10         - "**/l10n.ini"
11         - dom/canvas/test/webgl-conf/mochitest-errata.toml
12         - testing/mozbase/manifestparser/tests
13         - testing/web-platform
14         - xpcom/tests/unit/data
15     extensions: ['ini']
16     level: warning
17     type: regex
18     payload: '^\s*(skip|fail)-if\s*=[^(]*\|\|'