mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
23fa10c9e6
Differential Revision: https://phabricator.services.mozilla.com/D203992
18 lines
536 B
YAML
18 lines
536 B
YAML
---
|
|
shellcheck:
|
|
description: Shell script linter
|
|
include:
|
|
- extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/
|
|
- taskcluster/docker/
|
|
- tools/update-verify/release/common
|
|
- tools/update-verify/release/updates
|
|
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
|