Merge branch '2.7.x' into 3.0.x

Closes gh-37659
This commit is contained in:
Andy Wilkinson
2023-10-03 10:28:51 +01:00
14 changed files with 26 additions and 26 deletions

View File

@@ -33,7 +33,7 @@
</module>
<module name="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck">
<property name="maximum" value="0"/>
<property name="format" value="org\.junit\.Assert\.assert" />
<property name="format" value="org\.junit\.Assert|org\.junit\.jupiter\.api\.Assertions" />
<property name="message"
value="Please use AssertJ imports." />
<property name="ignoreComments" value="true" />