Skip to content

Commit e850295

Browse files
authored
Update LP010 message
1 parent ea63a33 commit e850295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/rule/ruleconfiguration/ruleconfiguration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ var configurations = []Type{
424424
ID: "LP010",
425425
Brief: "name > recommended length",
426426
Description: "The `name` field in the library's `library.properties` metadata file is longer than the recommended length. As the unique identifier for the library, the name will be typed by the users of command line tools (e.g., `arduino-cli lib install Servo`). For this reason, it is best practices to avoid unnecessary name length.",
427-
MessageTemplate: "library.properties name value {{.}} is longer than the recommended length of 16 characters.",
427+
MessageTemplate: "library.properties name value {{.}} is longer than the recommended length of 64 characters.",
428428
Reference: "https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format",
429429
DisableModes: nil,
430430
EnableModes: []rulemode.Type{rulemode.Default},

0 commit comments

Comments
 (0)