This repository was archived by the owner on Feb 28, 2024. It is now read-only.
Commit 85e59c7
authored
Reduce Arduino Lint compliance level to "specification"
Linting the library in "strict" compliance mode fails due to the `name` value exceeding the recommended maximum of 16 characters.
It is not possible to change the name, so this is not something that can be fixed. The expected error might mask real problems that cause other rule violations in the future. So the best thing is to reduce the compliance level to "specification" in which the library name length rule violation only results in a warning.1 parent eba975c commit 85e59c7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments