We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb14ca commit 2b25f0bCopy full SHA for 2b25f0b
repository/validate
@@ -53,7 +53,7 @@ if (convertedV4 != currentV4String) {
53
54
console.log("Done");
55
56
-console.log("Validting repo format...");
+console.log("Validating repo format...");
57
const vStart = Date.now();
58
const validationResult = validateRepository(currentV4);
59
const vEnd = Date.now();
@@ -69,7 +69,7 @@ if (!validationResult.success) {
69
const jsRepo = validationResult.data;
70
console.log("Done: " + (vEnd - vStart) + "ms");
71
72
-console.log("Checking for identifiers...");
+console.log("Checking for identifiers and verifying license strings...");
73
let maxRetId = "0";
74
let seenRetId = {};
75
const retIdMapping = new Map();
0 commit comments