config.checkstyle-suppressions.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of env-config Show documentation
Show all versions of env-config Show documentation
A simple utility to manage environment configs in Java-based projects by merging *.properties files with environment variables overrides.
<?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 various checks in the test packages (directory /test/) --> <suppress checks="JavadocPackage" files="[\\/]test[\\/]"/> <suppress checks="JavadocVariable" files="[\\/]test[\\/]"/> <suppress checks="JavadocMethod" files="[\\/]test[\\/]"/> <suppress checks="MultipleStringLiterals" files="[\\/]test[\\/]"/> <!-- Suppress all checks on generated sources --> <suppress checks=".*" files="[\\/]generated[\\/]" /> </suppressions>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy