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: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
16
### Deprecated
17
17
18
18
### Removed
19
+
- scanning of `library.properties`; this can and should now be performed by the standalone [`arduino-lint` tool](https://arduino.github.io/arduino-lint).
19
20
20
21
### Fixed
21
22
- Example sketches with no configured platforms were printing the wrong configuration values to the debug message
Copy file name to clipboardExpand all lines: REFERENCE.md
-5
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,6 @@ If set, testing will fail if no unit test files are detected (or if the director
64
64
If set, testing will fail if no example sketches are detected. This is to avoid communicating a passing status in cases where a commit may have accidentally moved or deleted the examples.
If set, testing will skip validating `library.properties` entries. This is to work around any possible bugs in `arduino_ci`'s interpretation of what is "correct".
70
-
71
-
72
67
## Indirectly Overriding Build Behavior (medium term use), and Advanced Options
73
68
74
69
For build behavior that you'd like to persist across commits (e.g. defining the set of platforms to test against, disabling a test that you expect to re-enable at some future point), a special configuration file called `.arduino-ci.yml` can be used. There are 3 places you can put them:
0 commit comments