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.
1 parent 4945806 commit 8b3728aCopy full SHA for 8b3728a
src/checkstyle/checkstyle-suppressions.xml
@@ -42,5 +42,5 @@
42
<suppress files="SampleJUnitVintageApplicationTests" checks="SpringJUnit5" />
43
<suppress files="[\\/]spring-boot-docs[\\/]" checks="SpringJavadoc" message="\@since" />
44
<suppress files="[\\/]spring-boot-smoke-tests[\\/]" checks="SpringJavadoc" message="\@since" />
45
- <suppress files="StringSequence" checks="SpringMethodVisibility"/>
+ <suppress files="StringSequence" checks="SpringMethodVisibility" message="isEmpty"/>
46
</suppressions>
0 commit comments