Skip to content

Commit 1812dd2

Browse files
committed
completion/defaults: disable linting SC2207
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.
1 parent 124b2e6 commit 1812dd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

completion/available/defaults.completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# shellcheck shell=bash
2+
# shellcheck disable=SC2207
23
#
34
# Bash command line completion for defaults
45
#

0 commit comments

Comments
 (0)