We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a55fe commit 5886663Copy full SHA for 5886663
arduino-ci-script.sh
@@ -2198,6 +2198,7 @@ function check_keywords_txt() {
2198
# Strip leading whitespace. This is ignored by the Arduino IDE (even tabs)
2199
local keywordsTxtLineFrontStripped="${keywordsTxtLine#"${keywordsTxtLine%%[![:space:]]*}"}"
2200
# Change tabs to the field separator character for line splitting
2201
+ # shellcheck disable=SC2206
2202
local keywordsTxtLineSwappedTabs=(${keywordsTxtLineFrontStripped//$'\t'/$fieldSeparator})
2203
2204
# KEYWORD is the 1st field
0 commit comments