Skip to content

Commit 5886663

Browse files
committed
Ignore a ShellCheck SC2206
Quoting as they suggest breaks the script. I couldn't figure out another solution so I gave up and told ShellCheck to ignore it for now.
1 parent 61a55fe commit 5886663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino-ci-script.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2198,6 +2198,7 @@ function check_keywords_txt() {
21982198
# Strip leading whitespace. This is ignored by the Arduino IDE (even tabs)
21992199
local keywordsTxtLineFrontStripped="${keywordsTxtLine#"${keywordsTxtLine%%[![:space:]]*}"}"
22002200
# Change tabs to the field separator character for line splitting
2201+
# shellcheck disable=SC2206
22012202
local keywordsTxtLineSwappedTabs=(${keywordsTxtLineFrontStripped//$'\t'/$fieldSeparator})
22022203

22032204
# KEYWORD is the 1st field

0 commit comments

Comments
 (0)