Skip to content

Commit 620c58c

Browse files
committed
Allow static import of HamcrestCondition
Closes gh-193
1 parent 41dbc79 commit 620c58c

File tree

1 file changed

+1
-0
lines changed
  • spring-javaformat/spring-javaformat-checkstyle/src/main/resources/io/spring/javaformat/checkstyle

1 file changed

+1
-0
lines changed

spring-javaformat/spring-javaformat-checkstyle/src/main/resources/io/spring/javaformat/checkstyle/spring-checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
io.restassured.RestAssured.*,
7979
org.assertj.core.api.Assertions.*,
8080
org.assertj.core.api.Assumptions.*,
81+
org.assertj.core.api.HamcrestCondition.*,
8182
org.awaitility.Awaitility.*,
8283
org.hamcrest.CoreMatchers.*,
8384
org.hamcrest.Matchers.*,

0 commit comments

Comments
 (0)