Skip to content

Commit 5749fae

Browse files
committed
Allow static webservices test imports
Closes gh-183
1 parent c750ba6 commit 5749fae

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@
117117
org.springframework.test.web.servlet.setup.MockMvcBuilders.*,
118118
org.springframework.web.reactive.function.BodyInserters.*,
119119
org.springframework.web.reactive.function.server.RequestPredicates.*,
120-
org.springframework.web.reactive.function.server.RouterFunctions.*" />
120+
org.springframework.web.reactive.function.server.RouterFunctions.*,
121+
org.springframework.ws.test.client.RequestMatchers.*,
122+
org.springframework.ws.test.client.ResponseCreators.*" />
121123
</module>
122124
<module name="com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck" />
123125
<module name="com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck">

0 commit comments

Comments
 (0)