We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362aec0 commit bf7397dCopy full SHA for bf7397d
CHANGELOG.md
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
### Removed
16
17
### Fixed
18
+* `arduino_ci.rb --help` no longer crashes
19
20
### Security
21
exe/arduino_ci.rb
@@ -69,7 +69,6 @@ def self.parse(options)
69
puts " - #{VAR_USE_SUBDIR} - if set, the script will install the library from this subdirectory of the cwd"
70
puts " - #{VAR_EXPECT_EXAMPLES} - if set, testing will fail if no example sketches are present"
71
puts " - #{VAR_EXPECT_UNITTESTS} - if set, testing will fail if no unit tests are present"
72
- puts " - #{VAR_SKIP_LIBPROPS} - if set, testing will skip [experimental] library.properties validation"
73
exit
74
end
75
0 commit comments