Skip to content

Commit

Permalink
Ignore a ShellCheck SC2206
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
per1234 committed Jan 9, 2020
1 parent 61a55fe commit 5886663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arduino-ci-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2198,6 +2198,7 @@ function check_keywords_txt() {
# Strip leading whitespace. This is ignored by the Arduino IDE (even tabs)
local keywordsTxtLineFrontStripped="${keywordsTxtLine#"${keywordsTxtLine%%[![:space:]]*}"}"
# Change tabs to the field separator character for line splitting
# shellcheck disable=SC2206
local keywordsTxtLineSwappedTabs=(${keywordsTxtLineFrontStripped//$'\t'/$fieldSeparator})

# KEYWORD is the 1st field
Expand Down

4 comments on commit 5886663

@arduino-ci-script-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arduino-ci-script-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once completed, the job reports for Travis CI build 926 will be found at:
https://github.com/per1234/CI-reports/tree/arduino-ci-script/build_00926

@arduino-ci-script-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arduino-ci-script-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once completed, the job reports for Travis CI build 927 will be found at:
https://github.com/per1234/CI-reports/tree/arduino-ci-script/build_00927

Please sign in to comment.