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
+6-6
Original file line number
Diff line number
Diff line change
@@ -1258,7 +1258,7 @@ var configurations = []Type{
1258
1258
Brief: "no readme",
1259
1259
Description: "None of the standard README file names (e.g., `README.md`) were found in the library's root folder. This file provides interested parties with a convenient and standardized location to get information about the project.",
1260
1260
MessageTemplate: "No readme found. Please document your library.",
@@ -1275,7 +1275,7 @@ var configurations = []Type{
1275
1275
Brief: "no license file",
1276
1276
Description: "None of the standard license file names (e.g., `LICENSE.txt`) were found in the library's root folder. This file provides interested parties with a convenient and standardized location to get information about the project's licensing and is also used by GitHub for automatic license type classification.",
@@ -1462,7 +1462,7 @@ var configurations = []Type{
1462
1462
Brief: "no readme",
1463
1463
Description: "None of the standard README file names (e.g., `README.md`) were found in the sketch folder. This file provides interested parties with a convenient and standardized location to get information about the project.",
1464
1464
MessageTemplate: "No readme found. Please document your sketch.",
@@ -1479,7 +1479,7 @@ var configurations = []Type{
1479
1479
Brief: "no license file",
1480
1480
Description: "None of the standard license file names (e.g., `LICENSE.txt`) were found in the sketch's root folder. This file provides interested parties with a convenient and standardized location to get information about the project's licensing and is also used by GitHub for automatic license type classification.",
@@ -1530,7 +1530,7 @@ var configurations = []Type{
1530
1530
Brief: "no readme",
1531
1531
Description: "None of the standard README file names (e.g., `README.md`) were found in the platform folder. This file provides interested parties with a convenient and standardized location to get information about the project.",
1532
1532
MessageTemplate: "No readme found. Please document your boards platform.",
@@ -1547,7 +1547,7 @@ var configurations = []Type{
1547
1547
Brief: "no license file",
1548
1548
Description: "None of the standard license file names (e.g., `LICENSE.txt`) were found in the platform folder. This file provides interested parties with a convenient and standardized location to get information about the project's licensing and is also used by GitHub for automatic license type classification.",
0 commit comments