Skip to content

Commit 8cbff7d

Browse files
committed
Switch to recommended "blocklist" term in comments
See: https://www.kernel.org/doc/html/latest/process/coding-style.html#naming
1 parent b788221 commit 8cbff7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-ci-script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,14 @@ function install_ide() {
204204
cd Arduino
205205
git remote add origin https://github.com/arduino/Arduino.git
206206
if [[ "$startIDEversion" != "1.6.2" ]] && [[ "$startIDEversion" != "1.6.2" ]]; then
207-
# See "Arduino IDE version blacklist" documentation below
207+
# See "Arduino IDE version blocklist" documentation below
208208
local -r IDEversion162regex=--regex='refs/tags/1\.6\.2'
209209
if [[ "$ARDUINO_CI_SCRIPT_VERBOSITY_LEVEL" -gt 0 ]]; then
210210
echo "NOTE: Due to not playing nicely with other versions, Arduino IDE 1.6.2 will not be installed unless explicitly specified in the version arguments."
211211
fi
212212
fi
213213

214-
# Arduino IDE tag blacklist:
214+
# Arduino IDE tag blocklist:
215215
# <1.5.2: no CLI (https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc#history)
216216
# 1.5.4-r2: Not available for download
217217
# 1.5.5-r2: Not available for download

0 commit comments

Comments
 (0)