We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc8451 commit a88d56dCopy full SHA for a88d56d
src/checkstyle/checkstyle.xml
@@ -137,7 +137,7 @@
137
</module>
138
<module name="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck">
139
<property name="maximum" value="0"/>
140
- <property name="format" value="org\.junit\.Assert\.assert" />
+ <property name="format" value="org\.junit\.Assert|org\.junit\.jupiter\.api\.Assertions" />
141
<property name="message"
142
value="Please use AssertJ imports." />
143
<property name="ignoreComments" value="true" />
0 commit comments