Skip to content

Commit b2961fa

Browse files
committed
Allow org.awaitility.Awaitility.* static import
Closes gh-141
1 parent bfff8d1 commit b2961fa

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
@@ -77,6 +77,7 @@
7777
<property name="excludes" value="
7878
io.restassured.RestAssured.*,
7979
org.assertj.core.api.Assertions.*,
80+
org.awaitility.Awaitility.*,
8081
org.hamcrest.CoreMatchers.*,
8182
org.hamcrest.Matchers.*,
8283
org.junit.Assert.*,

0 commit comments

Comments
 (0)