Brightspace / d2l-license-checker

Simple tool to continuously check for D2L accepted licenses of all npm dependencies in a project.
4 stars 2 forks source link

Add override ranges #37

Closed ppaskaris-d2l closed 7 years ago

ppaskaris-d2l commented 7 years ago

This PR adds semver range support to the manualOverrides config section. My use case for this change is to prevent build breakages from packages that have stable, but unparseable licenses like the iron-* Polymer components from Bower.

ppaskaris-d2l commented 7 years ago

Greetings.

I don't know how to fix the build; it's complaining about artifactory.

demacdonald commented 7 years ago

Not sure, but would likely have something to do with: https://github.com/Brightspace/license-checker-ci/blob/0527e8f106f53c8718ab714c8ff3bd397d917cec/.travis.yml#L8 and the credentials that it is using.

JimD2L commented 7 years ago

It appears the CI process for this repo does not support forks. I've moved it to a branch: https://github.com/Brightspace/license-checker-ci/pull/38.