Apply suggestions from code review
Co-Authored-By: Laplie Anderson <randomanderson@users.noreply.github.com>
This commit is contained in:
parent
98f58dbea9
commit
9fe9be3f7c
|
|
@ -155,8 +155,7 @@ public class GlobalIgnoresMatcher<T extends TypeDescription>
|
|||
return true;
|
||||
}
|
||||
|
||||
if (!skipAdditionalLibraryMatcher) {
|
||||
if (additionalLibraryIgnoreMatcher.matches(target)) {
|
||||
if (!skipAdditionalLibraryMatcher && additionalLibraryIgnoreMatcher.matches(target)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue