Bug 1853320 [wpt PR 41940] - [FLEDGE] Split up runs of /trusted-scoring-signals.https...
[gecko.git] / tools / lint / shellcheck.yml
blob0100e3d5cc25770cc884ef42ef6f926a598591c9
1 ---
2 shellcheck:
3     description: Shell script linter
4     include:
5         - extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/
6         - taskcluster/docker/
7     exclude: []
8     # 1090: https://github.com/koalaman/shellcheck/wiki/SC1090
9     # 'Can't follow a non-constant source'
10     extensions: ['sh']
11     support-files:
12         - 'tools/lint/shell/**'
13     excludecodes: ['1090', '1091']
14     type: external
15     payload: shell:lint