Commit 8b3728a5 authored by Phillip Webb's avatar Phillip Webb

Refine StringSequence checkstyle suppression

See gh-23440
parent 4945806d
...@@ -42,5 +42,5 @@ ...@@ -42,5 +42,5 @@
<suppress files="SampleJUnitVintageApplicationTests" checks="SpringJUnit5" /> <suppress files="SampleJUnitVintageApplicationTests" checks="SpringJUnit5" />
<suppress files="[\\/]spring-boot-docs[\\/]" checks="SpringJavadoc" message="\@since" /> <suppress files="[\\/]spring-boot-docs[\\/]" checks="SpringJavadoc" message="\@since" />
<suppress files="[\\/]spring-boot-smoke-tests[\\/]" checks="SpringJavadoc" message="\@since" /> <suppress files="[\\/]spring-boot-smoke-tests[\\/]" checks="SpringJavadoc" message="\@since" />
<suppress files="StringSequence" checks="SpringMethodVisibility"/> <suppress files="StringSequence" checks="SpringMethodVisibility" message="isEmpty"/>
</suppressions> </suppressions>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment