jslicense / licensee.js

check dependency licenses against rules
https://www.npmjs.com/package/licensee
Apache License 2.0
185 stars 23 forks source link

When misspelling the blueOak category name, it doesn't warn me #46

Closed ronkorving closed 1 year ago

ronkorving commented 5 years ago

I think missconfiguration should be rather fatal, as it can be hard to validate (especially on small projects with few dependencies) that the test that is running is actually correct. It may give false positives. It would be nice if, when passing a blueOak value of foo, it would throw an error saying that is not an existing category.

kemitchell commented 5 years ago

Send me a PR?