We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e142c commit 10f58b3Copy full SHA for 10f58b3
src/checkstyle/checkstyle.xml
@@ -7,7 +7,7 @@
7
name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck">
8
<property name="regexp" value="true" />
9
<property name="illegalPkgs"
10
- value="^sun.*, ^org\.apache\.commons\.(?!compress|dbcp2|lang|lang3|logging|pool2).*, ^com\.google\.common.*, ^org\.flywaydb\.core\.internal.*" />
+ value="^sun.*, ^org\.apache\.commons\.(?!compress|dbcp2|lang|lang3|logging|pool2).*, ^com\.google\.common.*, ^org\.flywaydb\.core\.internal.*, ^org\.testcontainers\.shaded.*" />
11
<property name="illegalClasses"
12
value="^reactor\.core\.support\.Assert, ^org\.junit\.rules\.ExpectedException, ^org\.slf4j\.LoggerFactory" />
13
</module>
0 commit comments