Skip to content

Commit

Permalink
Allow static import of AssertJ BDDAssertions
Browse files Browse the repository at this point in the history
See gh-403
  • Loading branch information
vpavic authored and wilkinsona committed Mar 28, 2024
1 parent 12f525e commit 8ec2b87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class SpringAvoidStaticImportCheck extends AvoidStaticImportCheck {
excludes.add("io.restassured.RestAssured.*");
excludes.add("org.assertj.core.api.Assertions.*");
excludes.add("org.assertj.core.api.Assumptions.*");
excludes.add("org.assertj.core.api.BDDAssertions.*");
excludes.add("org.assertj.core.api.HamcrestCondition.*");
excludes.add("org.awaitility.Awaitility.*");
excludes.add("org.hamcrest.CoreMatchers.*");
Expand Down

0 comments on commit 8ec2b87

Please sign in to comment.