Skip to content

Commit 0f5bd90

Browse files
committed
Add checkstyle ignore for unusual test structure
1 parent b93a629 commit 0f5bd90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/checkstyle/checkstyle-suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@
5151
<suppress files="BsdDomainSocket" checks="FinalClass" message="SockaddrUn" />
5252
<suppress files="StringSequence" checks="SpringMethodVisibility" message="isEmpty"/>
5353
<suppress files="ValidatorPropertiesWithDefaultValues\.java" checks="SpringMethodVisibility" />
54+
<suppress files="DevToolsR2dbcAutoConfigurationTests" checks="HideUtilityClassConstructor" />
5455
</suppressions>

0 commit comments

Comments
 (0)