Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.0//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
<suppressions>
<!-- SpringBoot requires the default class constructor in the classes which
implement SpringBootApplication. The configuration is identified by Checkstyle
as being a utility class -->
<suppress checks="HideUtilityClassConstructor"
files="AmplApplication.java" />
<!--The only optimization which can be there is to move CASE-block expressions
to separate method, but that will not increase readability. -->
<suppress checks="CyclomaticComplexity"
files="ESAPIValidator.java"/>
<!-- instruct checkstyle to skip checking the following file types -->
<suppress checks=".*" files=".+\.(?:txt|xml|csv|sql|css|p12|jks|cer)$" />
</suppressions>