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
MessageTemplate: "library.properties author value is less than minimum length",
396
+
MessageTemplate: "library.properties author value is less than minimum length.",
397
397
DisableModes: nil,
398
398
EnableModes: []checkmode.Type{checkmode.All},
399
399
InfoModes: nil,
@@ -423,7 +423,7 @@ var configurations = []Type{
423
423
ID: "",
424
424
Brief: "maintainer < min length",
425
425
Description: "",
426
-
MessageTemplate: "library.properties maintainer value is less than minimum length",
426
+
MessageTemplate: "library.properties maintainer value is less than minimum length.",
427
427
DisableModes: nil,
428
428
EnableModes: []checkmode.Type{checkmode.All},
429
429
InfoModes: nil,
@@ -468,7 +468,7 @@ var configurations = []Type{
468
468
ID: "",
469
469
Brief: "email < min length",
470
470
Description: "",
471
-
MessageTemplate: "library.properties email value is less than minimum length",
471
+
MessageTemplate: "library.properties email value is less than minimum length.",
472
472
DisableModes: nil,
473
473
EnableModes: []checkmode.Type{checkmode.All},
474
474
InfoModes: nil,
@@ -513,7 +513,7 @@ var configurations = []Type{
513
513
ID: "",
514
514
Brief: "sentence < min length",
515
515
Description: "",
516
-
MessageTemplate: "library.properties sentence value is less than minimum length",
516
+
MessageTemplate: "library.properties sentence value is less than minimum length.",
517
517
DisableModes: nil,
518
518
EnableModes: []checkmode.Type{checkmode.All},
519
519
InfoModes: nil,
@@ -1052,8 +1052,8 @@ var configurations = []Type{
1052
1052
Subcategory: "",
1053
1053
ID: "SS001",
1054
1054
Brief: ".pde extension",
1055
-
Description: "The .pde extension is used by both Processing sketches and Arduino sketches. Processing sketches should either be in the \"data\" subfolder of the sketch or in the \"extras\" folder of the library. Arduino sketches should use the modern .ino extension",
1056
-
MessageTemplate: "{{.}} uses deprecated .pde file extension. Use .ino for Arduino sketches",
1055
+
Description: "The .pde extension is used by both Processing sketches and Arduino sketches. Processing sketches should either be in the \"data\" subfolder of the sketch or in the \"extras\" folder of the library. Arduino sketches should use the modern .ino extension.",
1056
+
MessageTemplate: "{{.}} uses deprecated .pde file extension. Use .ino for Arduino sketches.",
// The schema validator does not provide full pointer past logic inversion keywords to the lowest level keywords related to the validation error cause.
143
-
// Therefore the sub-keywords must be checked for matches in order to be able to interpret the exact cause of the failure.
143
+
// Therefore, the sub-keywords must be checked for matches in order to be able to interpret the exact cause of the failure.
0 commit comments