Björn Sjögren

Results 4 comments of Björn Sjögren

+1 on this one

Any progress solving this issue? Is there any workaround that can be applied for now?

You can do that with unacceptableLicenseTest easily, example that breaks the build if a non-white-listed license are found ``` const ACCEPTABLE_LICENSE_TYPES = [ 'MIT', 'Apache-2.0', 'ISC', 'BSD-3-Clause' ]; ... new...