blob: 840ad6eec3dfc180307ab7976b26c33fd061fcc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
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
|