mesa/.shellcheckrc
Eric Engestrom 460c2eb967 ci: move shellcheck options to .shellcheckrc
That way, IDEs get to have the same behaviour as the CI

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31826>
2024-10-24 22:43:03 +00:00

11 lines
297 B
Plaintext

# 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