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