We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ba9080 + b6f6a46 commit 48a4505Copy full SHA for 48a4505
spring-cloud-build-tools/src/main/resources/checkstyle.xml
@@ -167,7 +167,7 @@
167
<module name="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck">
168
<property name="maximum" value="0"/>
169
<property name="format"
170
- value="org\.junit\.(Assert|jupiter\.api\.Assertions)\.assert"/>
+ value="org\.junit\.(Assert|jupiter\.api\.Assertions)"/>
171
<property name="message"
172
value="Please use AssertJ imports."/>
173
<property name="ignoreComments" value="true"/>
0 commit comments