зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
421 B
YAML
19 строки
421 B
YAML
---
|
|
yamllint:
|
|
description: YAML linter
|
|
include:
|
|
- .cron.yml
|
|
- .taskcluster.yml
|
|
- browser/config/
|
|
- python/mozlint/
|
|
- security/nss/.taskcluster.yml
|
|
- taskcluster
|
|
- testing/mozharness
|
|
- tools
|
|
extensions: ['yml', 'yaml']
|
|
support-files:
|
|
- '**/.yamllint'
|
|
- 'tools/lint/yamllint_/**'
|
|
type: external
|
|
payload: yamllint_:lint
|