You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arduino-ci-script.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1731,7 +1731,7 @@ function check_library_properties() {
1731
1731
check_folder_name "$libraryManagerFolderName"
1732
1732
local checkFolderNameExitStatus=$?
1733
1733
if [[ $checkFolderNameExitStatus-ne$ARDUINO_CI_SCRIPT_SUCCESS_EXIT_STATUS ]];then
1734
-
echo"WARNING: ${normalizedLibraryPropertiesPath}/library.properties: Name value $nameValue does not meet the requirements of the Arduino Library Manager indexer. See: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format"
1734
+
echo"WARNING: ${normalizedLibraryPropertiesPath}/library.properties: name value:$nameValue does not meet the requirements of the Arduino Library Manager indexer. See: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format"
1735
1735
fi
1736
1736
1737
1737
# Check if the library.properties name value starts with "arduino" (case-insensitive)
0 commit comments