Skip to content

Commit

Permalink
fix: ignore new SC2295 error
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Nov 11, 2021
1 parent 1a16730 commit 58f96a6
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
Expand Up @@ -29,3 +29,4 @@
# SC2231 - Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/*.txt - https://github.com/koalaman/shellcheck/wiki/SC2231
# SC2235 - Use { ..; } instead of (..) to avoid subshell overhead - https://github.com/koalaman/shellcheck/wiki/SC2235
# SC2267 - GNU xargs -i is deprecated in favor of -I{} - https://github.com/koalaman/shellcheck/wiki/SC2267
# SC2295 - Expansions inside ${..} need to be quoted separately, otherwise they match as patterns - https://github.com/koalaman/shellcheck/wiki/SC2295

0 comments on commit 58f96a6

Please sign in to comment.