About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/.shellcheckrc
blob: 8534815fdc05b8d9bad191775cac71687dd0a773 (plain)
1
2
3
4
5
6
7
8
9
10
# 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