gecko-dev/tools/lint/shellcheck.yml
Andrew Halberstadt 0515e13234 Bug 1373368 - [lint] Add support-files to all of the lint configs, r=standard8
MozReview-Commit-ID: ChOVmTFTmha

--HG--
extra : rebase_source : 41e4666401cd58b1022aa4eed936987300213b6a
2018-02-16 17:46:46 -05:00

15 lines
370 B
YAML

---
shellcheck:
description: Shell script linter
include:
- taskcluster/docker/
exclude: []
# 1090: https://github.com/koalaman/shellcheck/wiki/SC1090
# 'Can't follow a non-constant source'
extensions: ['sh']
support-files:
- 'tools/lint/shell/**'
excludecodes: ['1090', '1091']
type: external
payload: shell:lint