Bug 1874684 - Part 6: Limit day length calculations to safe integers. r=mgaudet
[gecko.git] / tools / lint / shellcheck.yml
blobb97422ee8006da1bc3c60e0e92cd8827400cb0f4
1 ---
2 shellcheck:
3     description: Shell script linter
4     include:
5         - extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/
6         - taskcluster/docker/
7         - tools/update-verify/release/common
8         - tools/update-verify/release/updates
9     exclude: []
10     # 1090: https://github.com/koalaman/shellcheck/wiki/SC1090
11     # 'Can't follow a non-constant source'
12     extensions: ['sh']
13     support-files:
14         - 'tools/lint/shell/**'
15     excludecodes: ['1090', '1091']
16     type: external
17     payload: shell:lint