Browse Source

Merge pull request #17522 from dreis2211

* pr/17522:
  Remove obsolete checkstyle suppressions

Closes gh-17522
pull/17531/head
Phillip Webb 7 years ago
parent
commit
e5b596c162
  1. 2
      src/checkstyle/checkstyle-suppressions.xml

2
src/checkstyle/checkstyle-suppressions.xml

@ -37,8 +37,6 @@ @@ -37,8 +37,6 @@
<suppress files="RemoteUrlPropertyExtractorTests\.java" checks="IllegalImport" />
<suppress files="SampleLogbackApplication\.java" checks="IllegalImport" />
<suppress files="FlywayAutoConfigurationTests\.java" checks="IllegalImport" />
<suppress files="ModifiedClassPathRunnerOverridesTests" checks="SpringJUnit5" />
<suppress files="ModifiedClassPathRunnerExclusionsTests" checks="SpringJUnit5" />
<suppress files="[\\/]src[\\/]test[\\/]java[\\/]org[\\/]springframework[\\/]boot[\\/]test[\\/]rule[\\/]" checks="SpringJUnit5" />
<suppress files="OutputCaptureRuleTests" checks="SpringJUnit5" />
<suppress files="SampleJUnitVintageApplicationTests" checks="SpringJUnit5" />

Loading…
Cancel
Save