3 description: Shell script linter
5 - extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/
7 - tools/update-verify/release/common
8 - tools/update-verify/release/updates
10 # 1090: https://github.com/koalaman/shellcheck/wiki/SC1090
11 # 'Can't follow a non-constant source'
14 - 'tools/lint/shell/**'
15 excludecodes: ['1090', '1091']