mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
Fixed a typo and included files I didn't on the initial push
This commit is contained in:
parent
4a9c579822
commit
c0cee9d597
9
HIRS_AttestationCA/config/spotbugs/spotbugs-exclude.xml
Normal file
9
HIRS_AttestationCA/config/spotbugs/spotbugs-exclude.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
||||
<FindBugsFilter>
|
||||
<Match>
|
||||
<Package name="~hirs\.attestationca.*" />
|
||||
</Match>
|
||||
|
||||
</FindBugsFilter>
|
||||
|
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
||||
<FindBugsFilter>
|
||||
<Match>
|
||||
<Package name="~hirs\.attestationca.*" />
|
||||
</Match>
|
||||
|
||||
</FindBugsFilter>
|
||||
|
9
HIRS_Structs/config/spotbugs/spotbugs-exclude.xml
Normal file
9
HIRS_Structs/config/spotbugs/spotbugs-exclude.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
||||
<FindBugsFilter>
|
||||
<Match>
|
||||
<Package name="~hirs\.structs.*" />
|
||||
</Match>
|
||||
|
||||
</FindBugsFilter>
|
||||
|
@ -17,7 +17,7 @@ subprojects {
|
||||
excludeFilter = file('config/spotbugs/spotbugs-exclude.xml')
|
||||
}
|
||||
|
||||
tasks.withType(com.github.spotsbugs.snom.SpotBugsTask) {
|
||||
tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {
|
||||
reports {
|
||||
html {
|
||||
enabled = true
|
||||
|
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
||||
<FindBugsFilter>
|
||||
|
||||
</FindBugsFilter>
|
14
tools/tcg_rim_tool/config/spotbugs/spotbugs-exclude.xml
Normal file
14
tools/tcg_rim_tool/config/spotbugs/spotbugs-exclude.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
||||
<FindBugsFilter>
|
||||
|
||||
<Match>
|
||||
<!-- To suppress false warnings in unit-tests for lambdas not using return values. -->
|
||||
<Package name="~com\.company\.service\.interfaces\.types\.contacts"/>
|
||||
<Bug pattern="RV_RETURN_VALUE_IGNORED"/>
|
||||
</Match>
|
||||
<Match>
|
||||
<Package name="~hirs\.swid.*" />
|
||||
</Match>
|
||||
|
||||
</FindBugsFilter>
|
Loading…
Reference in New Issue
Block a user