HIRS/HIRS_Utils/config/checkstyle/suppressions.xml
Cyrus 4a6115f443
[#212] Added functionality to process and display RIM files. (#226)
* Some initial additions to the details page for displaying Rim information.

* Initial changes for uploading a rim file.

* This is an update to the display of the Reference Integrity Manifest code base that'll allow a user to upload a swidtag.  This code includes some additions from #217, slightly modified.

* This code update include changes to import, archive and delete a swidtag into the RIM object.

* This commit consolidated the SwidTagGatway code and Constants into Reference Manifest.

* This is the final main push of code that will upload, process, store, retrive/delete and display the contents of a RIM swid tag.

* Interim commit for demo purposes.

* Updated Unit Tests

* This commit adds the unit tests that weren't added in the previous commit

* Updated code to reduce execution time when processing reference manifest objects.

* Updated code for better GUI performance.

* Removed previously added suppression entries.
2020-02-21 11:16:46 -05:00

31 lines
1.4 KiB
XML

<?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 checks="MagicNumber" files=".*[/\\]src[/\\]test[/\\]+" />
<suppress checks="." files="AuthData.java" />
<suppress checks="." files="DeviceInfoReport.java" />
<suppress checks="." files="HibernateDao.java" />
<suppress checks="." files="HibernateDevel.java" />
<suppress checks="." files="IntegrityReport.java" />
<suppress checks="." files="LoggingClass.java" />
<suppress checks="." files="LoggingAdapter.java" />
<suppress checks="." files="OS.java" />
<suppress checks="." files="Report.java" />
<suppress checks="." files="IntegrityReport.java" />
<suppress checks="." files="IMAReport.java" />
<suppress checks="." files="ReportMapper.java" />
<suppress checks="." files="ReportInitRequest.java" />
<suppress checks="." files="ReportInitResponse.java" />
<suppress checks="." files="ReportSubmitRequest.java" />
<suppress checks="." files="ReportSubmitResponse.java" />
<suppress checks="." files="TPM.java" />
<suppress checks="." files="XMLCleaner.java" />
<suppress checks="." files="SpringContextProvider.java" />
<suppress checks="FileLength" files="SupplyChainCredentialValidatorTest.java" />
<suppress checks="." files=".*[/\\]xjc" />
</suppressions>