Skip to content

Commit

Permalink
Merge pull request #77 from dokku/exclude-SC1091
Browse files Browse the repository at this point in the history
tests: exclude SC1091 from shellcheck rules
  • Loading branch information
josegonzalez authored Jun 29, 2024
2 parents 2277c00 + 2a3ddb2 commit eec4d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/shellcheck-exclude
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SC1090 - Can't follow non-constant source. Use a directive to specify location - https://github.com/koalaman/shellcheck/wiki/SC1090
# SC1091 - Not following - <https://github.com/koalaman/shellcheck/wiki/SC1091>
# SC2034 - Variable appears unused. Verify it or export it - https://github.com/koalaman/shellcheck/wiki/SC2034
# SC2155 - Declare and assign separately to avoid masking return values - https://github.com/koalaman/shellcheck/wiki/SC2155
# SC2206 - Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a - https://github.com/koalaman/shellcheck/wiki/SC2206
Expand Down

0 comments on commit eec4d13

Please sign in to comment.