Skip to content

Commit 48a4505

Browse files
committed
Merge branch '4.1.x' into 4.2.x
2 parents 2ba9080 + b6f6a46 commit 48a4505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-build-tools/src/main/resources/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<module name="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck">
168168
<property name="maximum" value="0"/>
169169
<property name="format"
170-
value="org\.junit\.(Assert|jupiter\.api\.Assertions)\.assert"/>
170+
value="org\.junit\.(Assert|jupiter\.api\.Assertions)"/>
171171
<property name="message"
172172
value="Please use AssertJ imports."/>
173173
<property name="ignoreComments" value="true"/>

0 commit comments

Comments
 (0)