Change of LP010: Increase character limit for naming Arduino libraries #508
Labels
conclusion: resolved
Issue was resolved
criticality: medium
Of moderate impact
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
Describe the request
In my daily usage of this action I often find myself violating rule LP010, which recommends a maximum amount of characters of 16 for the name of any given Arduino library, i.e. here:
WARNING: library.properties name value Arduino_USBHostMbed5 is longer than the recommended length of 16 characters. See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format (Rule LP010)
Given the fact, that our official Arduino libraries have to be prefixed with
Arduino_
already 8 out of 16 characters are given away to that mandated prefix.I therefore suggest to increase the character limit for Arduino library names to at least 32 characters.
Describe the current behavior
arduino-lint
behaves as it should this is about a rule change ;).Arduino Lint version
1.2.1 2022-06-28T08:38:52Z
Operating system
N/A
Operating system version
Any.
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: