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