We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a65926 commit 8bfe438Copy full SHA for 8bfe438
src/11ty/normalizeLicense.js
@@ -5,6 +5,6 @@ module.exports = function(license, title) {
5
if(correctedLicenseName) {
6
return correctedLicenseName;
7
}
8
- console.log( `WARN Invalid license name for ${title}:`, license );
+ console.log( `WARN License name (${license}) for ${title} not found on the approved SPDX License List: https://spdx.org/licenses/` );
9
return license;
10
};
0 commit comments