3 description: Shell script linter
5 - extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/
8 # 1090: https://github.com/koalaman/shellcheck/wiki/SC1090
9 # 'Can't follow a non-constant source'
12 - 'tools/lint/shell/**'
13 excludecodes: ['1090', '1091']