File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<!-- global -->
6
6
<suppress files =" [\\/]src[\\/]test[\\/]java[\\/]" checks =" AnnotationLocation|AnnotationUseStyle|AtclauseOrder|AvoidNestedBlocks|FinalClass|HideUtilityClassConstructor|InnerTypeLast|JavadocStyle|JavadocType|JavadocVariable|LeftCurly|MultipleVariableDeclarations|NeedBraces|OneTopLevelClass|OuterTypeFilename|RequireThis|SpringCatch|SpringJavadoc|SpringNoThis" />
7
+ <suppress files =" [\\/]src[\\/]test[\\/]java[\\/]" checks =" SpringJUnit5" message =" should not be public" />
7
8
8
9
<!-- spring-beans -->
9
10
<suppress files =" TypeMismatchException" checks =" MutableException" />
70
71
<suppress files =" HeaderAssertions" checks =" IllegalImport" id =" bannedHamcrestImports" />
71
72
<suppress files =" StatusAssertions" checks =" IllegalImport" id =" bannedHamcrestImports" />
72
73
<suppress files =" JsonPathResultMatchers" checks =" IllegalImport" id =" bannedHamcrestImports" />
74
+ <suppress files =" src[\\/]test[\\/]java[\\/]org[\\/]springframework[\\/]test[\\/]context[\\/]junit4" checks =" SpringJUnit5" />
75
+ <suppress files =" ContextHierarchyDirtiesContextTests|ClassLevelDirtiesContextTests|ContextConfigurationWithPropertiesExtendingPropertiesAndInheritedLoaderTests|ContextConfigurationWithPropertiesExtendingPropertiesTests|DirtiesContextInterfaceTests|.*WacTests|JUnit4SpringContextWebTests" checks =" SpringJUnit5" />
73
76
74
77
<!-- spring-web -->
75
78
<suppress files =" SpringHandlerInstantiator" checks =" JavadocStyle" />
Original file line number Diff line number Diff line change 211
211
</module >
212
212
<module name =" io.spring.javaformat.checkstyle.check.SpringCatchCheck" />
213
213
<module name =" io.spring.javaformat.checkstyle.check.SpringJavadocCheck" />
214
+ <module name =" io.spring.javaformat.checkstyle.check.SpringJUnit5Check" />
214
215
</module >
215
216
</module >
You can’t perform that action at this time.
0 commit comments