Update build
This commit is contained in:
+1
@@ -509,6 +509,7 @@ function groupChanges(changes_1) {
|
|||||||
// If it does, we want to filter it out and therefore return false
|
// If it does, we want to filter it out and therefore return false
|
||||||
// If it doesn't, we want to keep it and therefore return true
|
// If it doesn't, we want to keep it and therefore return true
|
||||||
if (licenseExclusions.findIndex(exclusion => exclusion.type === changeAsPackageURL.type &&
|
if (licenseExclusions.findIndex(exclusion => exclusion.type === changeAsPackageURL.type &&
|
||||||
|
exclusion.namespace === changeAsPackageURL.namespace &&
|
||||||
exclusion.name === changeAsPackageURL.name) !== -1) {
|
exclusion.name === changeAsPackageURL.name) !== -1) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user