gecko-dev/tools/lint/shellcheck.yml
Simon Fraser 7ab95eccbd Bug 1432517 Add shellcheck support for mach lint r=ahal
MozReview-Commit-ID: 1Mzg6y3JKbn

--HG--
extra : rebase_source : ceb32257265952e173ff83434395acfabb001cb4
2018-01-23 16:32:04 +00:00

13 lines
344 B
YAML

---
shellcheck:
description: Shell script linter
include:
- taskcluster/docker/funsize-update-generator/scripts/
exclude: []
# 1090: https://github.com/koalaman/shellcheck/wiki/SC1090
# 'Can't follow a non-constant source'
extensions: ['sh']
excludecodes: ['1090']
type: external
payload: shell:lint