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: check/checkconfigurations/checkconfigurations.go
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1136,4 +1136,19 @@ var configurations = []Type{
1136
1136
ErrorModes: []checkmode.Type{checkmode.Strict},
1137
1137
CheckFunction: checkfunctions.PdeSketchExtension,
1138
1138
},
1139
+
{
1140
+
ProjectType: projecttype.Sketch,
1141
+
Category: "structure",
1142
+
Subcategory: "",
1143
+
ID: "",
1144
+
Brief: "no readme",
1145
+
Description: "",
1146
+
MessageTemplate: "No readme found. Please document your sketch. See: https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-readmes",
0 commit comments