Skip to content

Commit

Permalink
Bug 1387862 - Lint taskcluster yaml files. r=dustin
Browse files Browse the repository at this point in the history
We should have CI Lint YAML files in the tree.

MozReview-Commit-ID: L83j6SODA3w
  • Loading branch information
Callek committed Aug 6, 2017
1 parent a613fa5 commit ee85229
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions taskcluster/.yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---

extends: default

rules:
document-end:
present: false
# Checks currently failing
brackets: disable
commas: disable
comments: disable
comments-indentation: disable
document-start: disable
hyphens: disable
indentation: disable
line-length: disable
2 changes: 2 additions & 0 deletions tools/lint/yaml.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
yamllint:
description: YAML linter
include:
- taskcluster
extensions: ['yml', 'yaml']
type: external
payload: yamllint_:lint

0 comments on commit ee85229

Please sign in to comment.