Skip to content

Commit

Permalink
Drop ThirdPartyLibrary from StaticImport candidate list
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie authored and Stephan202 committed Oct 29, 2022
1 parent dfeb574 commit 3415f92
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ public final class StaticImport extends BugChecker implements MemberSelectTreeMa
"org.springframework.http.MediaType",
"org.testng.Assert",
"reactor.function.TupleUtils",
"tech.picnic.errorprone.bugpatterns.util.MoreTypes",
"tech.picnic.errorprone.bugpatterns.util.ThirdPartyLibrary");
"tech.picnic.errorprone.bugpatterns.util.MoreTypes");

/** Type members that should be statically imported. */
@VisibleForTesting
Expand Down

0 comments on commit 3415f92

Please sign in to comment.