File: checkstyle-suppressions.xml

package info (click to toggle)
dnsjava 3.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 13,472 kB
  • sloc: java: 44,667; xml: 845; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
  "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
  "https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
  <!-- Exclude generated files in the output directory -->
  <suppress files="[/\\]target[/\\]" checks=".*"/>
</suppressions>