Skip to content

Commit f07d950

Browse files
authored
Merge pull request #320 from dokku/exclude-SC1091
tests: exclude SC1091 from shellcheck rules
2 parents d40e7c7 + 7bca464 commit f07d950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/shellcheck-exclude

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SC1090 - Can't follow non-constant source. Use a directive to specify location - https://github.com/koalaman/shellcheck/wiki/SC1090
2+
# SC1091 - Not following - <https://github.com/koalaman/shellcheck/wiki/SC1091>
23
# SC2034 - Variable appears unused. Verify it or export it - https://github.com/koalaman/shellcheck/wiki/SC2034
34
# SC2155 - Declare and assign separately to avoid masking return values - https://github.com/koalaman/shellcheck/wiki/SC2155
45
# SC2206 - Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a - https://github.com/koalaman/shellcheck/wiki/SC2206

0 commit comments

Comments
 (0)