зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1387862 - Lint the linter config yaml files themselves. r=ahal
We should have CI Lint YAML files in the tree. MozReview-Commit-ID: F8hTBerSNIj --HG-- extra : rebase_source : 2d1d3d8d98fd3f0abe3494c49ad01072181c4e08
This commit is contained in:
Родитель
6f775a5e66
Коммит
1a5e403ed2
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
eslint:
|
||||
description: JavaScript linter
|
||||
# ESLint infra handles its own path filtering, so just include cwd
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
flake8:
|
||||
description: Python linter
|
||||
include:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
wpt:
|
||||
description: web-platform-tests lint
|
||||
include:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
wpt_manifest:
|
||||
description: web-platform-tests manifest lint
|
||||
include:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
yamllint:
|
||||
description: YAML linter
|
||||
include:
|
||||
|
@ -5,6 +6,8 @@ yamllint:
|
|||
- python/mozlint/
|
||||
- security/nss/.taskcluster.yml
|
||||
- taskcluster
|
||||
- testing/mozharness
|
||||
- tools
|
||||
extensions: ['yml', 'yaml']
|
||||
type: external
|
||||
payload: yamllint_:lint
|
||||
|
|
Загрузка…
Ссылка в новой задаче