Bug 1603007 - Remove allowLinkedWebInFileUriProcess r=nika
[gecko.git] / tools / lint / shellcheck.yml
blobd0b390d4e87ede9e48f92bce479bda019ebdfb7a
1 ---
2 shellcheck:
3     description: Shell script linter
4     include:
5         - taskcluster/docker/
6     exclude: []
7     # 1090: https://github.com/koalaman/shellcheck/wiki/SC1090
8     # 'Can't follow a non-constant source'
9     extensions: ['sh']
10     support-files:
11         - 'tools/lint/shell/**'
12     excludecodes: ['1090', '1091']
13     type: external
14     payload: shell:lint