зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
391 B
YAML
15 строки
391 B
YAML
---
|
|
no-comment-disable:
|
|
description: "Use 'disable=<reason>' to disable a test instead of a comment"
|
|
include:
|
|
- "**/*.ini"
|
|
exclude:
|
|
- "**/application.ini"
|
|
- "**/l10n.ini"
|
|
- testing/mozbase/manifestparser/tests
|
|
- testing/web-platform
|
|
- xpcom/tests/unit/data
|
|
extensions: ['ini']
|
|
type: regex
|
|
payload: ^[ \t]*(#|;)[ \t]*\[
|