All Downloads are FREE. Search and download functionalities are using the official Maven repository.

checkstyle.checkstyle-suppressions.xml Maven / Gradle / Ivy

Go to download

Resources, like Checkstyle rules and site templates, for FreeLibrary projects.

There is a newer version: 12.0.2
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
  "https://checkstyle.org/dtds/suppressions_1_2.dtd">

<suppressions>
  <suppress files=".*\.mvn[\\/].*" checks="." />
  <suppress files=".*docs[\\/].*" checks="." />
</suppressions>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy