mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
e819dad52b
established have been removed. The configuration is the root directory
16 lines
600 B
XML
16 lines
600 B
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE suppressions PUBLIC
|
|
"-//Puppy Crawl//DTD Suppressions 1.2//EN"
|
|
"http://www.puppycrawl.com/dtds/suppressions_1_2.dtd">
|
|
|
|
<suppressions>
|
|
<!-- Ignore Auto generated files -->
|
|
<suppress files="[/\\]hirs[/\\]utils[/\\]xjc[/\\]" checks=".*" />
|
|
<suppress files="ProvisionerTpm2.java" checks=".*" />
|
|
|
|
<!-- HIRS_Utils -->
|
|
<!-- This ignores checking all public variable for a javadoc -->
|
|
<suppress files="SwidTagConstants.java" checks="LineLength" />
|
|
<suppress files="SwidTagConstants.java" checks="JavadocVariable" />
|
|
</suppressions> |