Skip to content

Commit

Permalink
Merge pull request #403 from vpavic
Browse files Browse the repository at this point in the history
* gh-403:
  Allow static import of AssertJ BDDAssertions

Closes gh-403
  • Loading branch information
wilkinsona committed Mar 28, 2024
2 parents 12f525e + 8ec2b87 commit c31476f
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 c31476f

Please sign in to comment.