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: internal/rule/ruleconfiguration/ruleconfiguration.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ var configurations = []Type{
256
256
Subcategory: "general",
257
257
ID: "LP001",
258
258
Brief: "missing library.properties",
259
-
Description: `Although not required for 1.0 format libraries (AKA "legacy") not in Library Manager, metadata is useful, so it is recommended.`,
259
+
Description: `Although not required for 1.0 format libraries (AKA "legacy") not in Library Manager, metadata is useful, hence recommended.`,
260
260
MessageTemplate: "Library has no library.properties metadata file. This file provides useful information and is required for admission to the Library Manager index. See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-metadata",
261
261
DisableModes: nil,
262
262
EnableModes: []rulemode.Type{rulemode.Default},
@@ -401,7 +401,7 @@ var configurations = []Type{
401
401
ID: "LP010",
402
402
Brief: "name > recommended length",
403
403
Description: "",
404
-
MessageTemplate: "library.properties name value {{.}} is longer than recommended length of 16 characters.",
404
+
MessageTemplate: "library.properties name value {{.}} is longer than the recommended length of 16 characters.",
405
405
DisableModes: nil,
406
406
EnableModes: []rulemode.Type{rulemode.Default},
407
407
InfoModes: nil,
@@ -513,7 +513,7 @@ var configurations = []Type{
513
513
ID: "LP017",
514
514
Brief: "duplicate name",
515
515
Description: "This requirement only applies to the library.properties name value. There is no requirement to change the repository or header file names.",
516
-
MessageTemplate: "Library name {{.}} is in use by a library in the Library Manager index. Each library must have a unique name value. If library is already in the index, use the \"--library-manager update\" flag.",
516
+
MessageTemplate: "Library name {{.}} is in use by a library in the Library Manager index. Each library must have a unique name value. If your library is already in the index, use the \"--library-manager update\" flag.",
0 commit comments