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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ var configurations = []Type{
207
207
Category: "structure",
208
208
Subcategory: "source code",
209
209
ID: "LS010",
210
-
Brief: "recursive w/ utility folder",
210
+
Brief: "recursive with utility folder",
211
211
Description: "",
212
212
MessageTemplate: `Utility folder found in "1.5" format library. Compilation of this folder is only supported on "1.0" format libraries. See: https://arduino.github.io/arduino-cli/latest/library-specification/#source-code`,
213
213
DisableModes: nil,
@@ -432,7 +432,7 @@ var configurations = []Type{
432
432
Subcategory: "name field",
433
433
ID: "LP012",
434
434
Brief: `name starts with "Arduino"`,
435
-
Description: `Case insensitive. 3rd party libraries added to Library Manager index prior to the enactment of this rule are "grandfathered".`,
435
+
Description: `Case insensitive. Only 3rd party libraries added to the Library Manager index prior to the enactment of this rule are allowed to have this name prefix.`,
436
436
MessageTemplate: `Library name {{.}} starts with "Arduino". These names are reserved for official libraries.`,
0 commit comments