Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove variable no longer used
Ought to have been removed in commit 659cb17 (Abandon library.properties scanning in favor of arduino-lint tool).
  • Loading branch information
hlovdal committed Oct 5, 2022
commit 0d18c318882b8170009f6f80646885fa43d27bd1
1 change: 0 additions & 1 deletion exe/arduino_ci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def self.parse(options)
puts " - #{VAR_USE_SUBDIR} - if set, the script will install the library from this subdirectory of the cwd"
puts " - #{VAR_EXPECT_EXAMPLES} - if set, testing will fail if no example sketches are present"
puts " - #{VAR_EXPECT_UNITTESTS} - if set, testing will fail if no unit tests are present"
puts " - #{VAR_SKIP_LIBPROPS} - if set, testing will skip [experimental] library.properties validation"
exit
end
end
Expand Down