You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our Project wie have a private NPM registry and internal scope where lots of the packages are not licensed correctly, which is fine for us, but with the need to license check all 3rd Party code we are using this became a problem. I've found no option to make license-checker simply ignore those packages without the need to maintain an explicit list of package@version to exclude.
To fix my issue I implemented a --excludeScopes options (see: #219).
I'd be very happy if this woould make it in the next release version so that we can start to use it in out project.
kind regards & thanks for the great work you've done with this tool
Christian
The text was updated successfully, but these errors were encountered:
ChrisHubinger
changed the title
[Feature] --excludeScopes option
[Feature] --excludeScopes option
Oct 30, 2019
In our Project wie have a private NPM registry and internal scope where lots of the packages are not licensed correctly, which is fine for us, but with the need to license check all 3rd Party code we are using this became a problem. I've found no option to make
license-checker
simply ignore those packages without the need to maintain an explicit list ofpackage@version
to exclude.To fix my issue I implemented a
--excludeScopes
options (see: #219).I'd be very happy if this woould make it in the next release version so that we can start to use it in out project.
kind regards & thanks for the great work you've done with this tool
Christian
The text was updated successfully, but these errors were encountered: