We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fca8c6 + 8b3728a commit e12a449Copy full SHA for e12a449
src/checkstyle/checkstyle-suppressions.xml
@@ -46,5 +46,5 @@
46
<suppress files="[\\/]src[\\/]intTest[\\/]java[\\/]" checks="SpringJavadoc" message="\@since" />
47
<suppress files="LinuxDomainSocket" checks="FinalClass" message="SockaddrUn" />
48
<suppress files="BsdDomainSocket" checks="FinalClass" message="SockaddrUn" />
49
- <suppress files="StringSequence" checks="SpringMethodVisibility"/>
+ <suppress files="StringSequence" checks="SpringMethodVisibility" message="isEmpty"/>
50
</suppressions>
0 commit comments