Skip to content

Commit

Permalink
Add checkstyle ignore for unusual test structure
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Oct 19, 2021
1 parent b93a629 commit 0f5bd90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/checkstyle/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@
<suppress files="BsdDomainSocket" checks="FinalClass" message="SockaddrUn" />
<suppress files="StringSequence" checks="SpringMethodVisibility" message="isEmpty"/>
<suppress files="ValidatorPropertiesWithDefaultValues\.java" checks="SpringMethodVisibility" />
<suppress files="DevToolsR2dbcAutoConfigurationTests" checks="HideUtilityClassConstructor" />
</suppressions>

0 comments on commit 0f5bd90

Please sign in to comment.