Skip to content

Commit a0b65a0

Browse files
committed
Allow Flyway tests to import internal exception
Closes gh-14989
1 parent 1eac4d6 commit a0b65a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/checkstyle/checkstyle-suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@
3636
<suppress files="LogbackMetricsAutoConfiguration\.java" checks="IllegalImport" />
3737
<suppress files="RemoteUrlPropertyExtractorTests\.java" checks="IllegalImport" />
3838
<suppress files="SampleLogbackApplication\.java" checks="IllegalImport" />
39+
<suppress files="FlywayAutoConfigurationTests\.java" checks="IllegalImport" />
3940
</suppressions>

0 commit comments

Comments
 (0)