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.
16 lines
702 B
16 lines
702 B
<?xml version="1.0"?> |
|
<!DOCTYPE module PUBLIC |
|
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" |
|
"https://checkstyle.org/dtds/configuration_1_3.dtd"> |
|
<module name="com.puppycrawl.tools.checkstyle.Checker"> |
|
<module name="io.spring.javaformat.checkstyle.SpringChecks"> |
|
<property name="excludes" value="com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck" /> |
|
</module> |
|
<module name="com.puppycrawl.tools.checkstyle.TreeWalker"> |
|
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck"> |
|
<property name="regexp" value="true" /> |
|
<property name="illegalPkgs" |
|
value="^com\.fasterxml\.jackson(?!\.annotation).*" /> |
|
</module> |
|
</module> |
|
</module>
|
|
|