Skip to content

Commit 95701c0

Browse files
committed
Only require official prefix on standalone library names
In the case of official platform bundled libraries, it doesn't make sense to req uire the Arduino_ prefix since equivalent platform bundled libraries are often provided by each platform, both official and 3rd party. The "namespace" provided by the prefix is only needed in the context of standalone libraries. In the case of platform bundled libraries, the platform can provide the branding.
1 parent 940bad4 commit 95701c0

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
@@ -443,7 +443,7 @@ var configurations = []Type{
443443
},
444444
{
445445
ProjectType: projecttype.Library,
446-
SuperprojectType: projecttype.All,
446+
SuperprojectType: projecttype.Library,
447447
Category: "library.properties",
448448
Subcategory: "name field",
449449
ID: "LP013",

0 commit comments

Comments
 (0)