You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
679 B
11 lines
679 B
<?xml version="1.0"?> |
|
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> |
|
<module name="com.puppycrawl.tools.checkstyle.Checker"> |
|
<module name="io.spring.javaformat.checkstyle.SpringChecks" /> |
|
<module name="com.puppycrawl.tools.checkstyle.TreeWalker"> |
|
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck"> |
|
<property name="illegalPkgs" value="sun, org.apache.commons.(?!compress|dbcp2|lang|lang3|logging|pool2).*, com.google.common, org.flywaydb.core.internal, reactor.core.support.Assert"/> |
|
<property name="regexp" value="true"/> |
|
</module> |
|
</module> |
|
</module>
|
|
|