Skip to content

Commit 1c34b55

Browse files
committed
add comment
1 parent c7d28e0 commit 1c34b55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test-licenses.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ const allPackages = glob.sync(path.join(root, '**/node_modules/*/package.json'),
9393
return pkg;
9494
})
9595

96+
// TODO: show total number of packages
97+
9698
// Packages with bad licenses are those that neither pass SPDX nor are ignored.
9799
const badLicensePackages = allPackages
98100
.filter(pkg => !passesSpdx(pkg.license, acceptedSpdxLicenses))

0 commit comments

Comments
 (0)