mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
d9036d4cd7
Backed out changeset 193078fd7666 (bug 1850914) Backed out changeset fb5aa25d1c68 (bug 1850914) Backed out changeset f98c7051fd98 (bug 1850914)
20 lines
443 B
YAML
20 lines
443 B
YAML
---
|
|
yamllint:
|
|
description: YAML linter
|
|
include:
|
|
- .cron.yml
|
|
- .taskcluster.yml
|
|
- browser/config/
|
|
- python/mozlint/
|
|
- security/nss/.taskcluster.yml
|
|
- taskcluster
|
|
- testing/mozharness
|
|
- tools
|
|
- build/cargo
|
|
extensions: ['yml', 'yaml']
|
|
support-files:
|
|
- '**/.yamllint'
|
|
- 'tools/lint/yamllint_/**'
|
|
type: external
|
|
payload: yamllint_:lint
|