checkstyle.checkstyle-suppressions.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shoelaces-checkstyle
Show all versions of shoelaces-checkstyle
Contains the checkstyle rules for Shoelaces, bundling as a JAR so it can be reused across all the modules.
Recommended approach from
https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html
<?xml version="1.0"?> <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> <suppressions> <suppress files="[/\\]target[/\\]" checks=".*"/> </suppressions>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy