Skip to content

Commit

Permalink
completion/defaults: disable linting SC2207
Browse files Browse the repository at this point in the history
The two functions in this file are careful to specify `$IFS` and use word-splitting properly to match on strings parsed from a command which does not produce strings with embedded newlines. Therefore, disable the SC2207 warning about word splitting.
  • Loading branch information
gaelicWizard committed Sep 7, 2021
1 parent 6b81adb commit 70ee0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completion/available/defaults.completion.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# shellcheck shell=bash
# shellcheck disable=SC2207
#
# Bash command line completion for defaults
#
Expand Down

0 comments on commit 70ee0ac

Please sign in to comment.