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
Disable LM-specific checks when in --library-manager=false mode
The documentation of the `--library-manager` flag promises that, when set to `false`, Library Manager-specific rules will
not run. Despite this, some such rules were configured to be warnings when in --library-manager=false mode.
@@ -514,11 +514,11 @@ var configurations = []Type{
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
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