mesa/.shellcheckrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
297 B
Plaintext
Raw Permalink Normal View History

# Allow using `source` to execute the contents of other files than the one
# being checked.
external-sources=true
# Do not print links to wiki pages explaining why this is an issue.
wiki-link-count=0
# All shell scripts are being run using bash, even if they are lacking
# a shebang.
shell=bash