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 #38

Closed JimD2L closed 7 years ago

JimD2L commented 7 years ago

From @ppaskaris-d2l's comments in https://github.com/Brightspace/license-checker-ci/pull/37: 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.

JimD2L commented 7 years ago

Moved to a branch because the CI process in this repo does not support forks.