Skip to content

Commit

Permalink
Remove redundant Checkstyle suppression
Browse files Browse the repository at this point in the history
Closes gh-30131
  • Loading branch information
wilkinsona committed Jul 20, 2022
1 parent 182adee commit 5afa04f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/checkstyle/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<suppress files="[\\/]spring-boot-docs[\\/]" checks="JavadocPackage|JavadocType|JavadocVariable" />
<suppress files="[\\/]spring-boot-docs[\\/]" checks="SpringJavadoc" message="\@since" />
<suppress files="[\\/]spring-boot-docs[\\/].*jooq" checks="AvoidStaticImport" />
<suppress files="[\\/]spring-boot-docs[\\/].*MyRoutingConfiguration\.java" checks="AvoidStaticImport"/>
<suppress files="[\\/]spring-boot-smoke-tests[\\/]" checks="JavadocPackage|JavadocType" />
<suppress files="[\\/]spring-boot-smoke-tests[\\/]" checks="ImportControl" />
<suppress files="[\\/]spring-boot-smoke-tests[\\/]" id="mainCodeIllegalImportCheck" />
Expand Down

0 comments on commit 5afa04f

Please sign in to comment.