Fix checkstyle test violations

This commit is contained in:
Phillip Webb
2023-02-21 23:45:08 -08:00
parent df5898a146
commit 3651ba348d
3 changed files with 6 additions and 4 deletions

View File

@@ -62,4 +62,6 @@
<suppress files="DevToolsR2dbcAutoConfigurationTests" checks="HideUtilityClassConstructor" />
<suppress files="AbstractLaunchScriptIntegrationTests" checks="IllegalImport" />
<suppress files="SpringBootVersion" checks="JavadocPackage" />
<suppress files="WebEndpointTest\.java" checks="SpringTestFileName" />
<suppress files="ConversionServiceTest\.java" checks="SpringTestFileName" />
</suppressions>