Skip to content

Commit

Permalink
update spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Mar 27, 2023
1 parent 2759593 commit a912edb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -92,7 +92,7 @@ subprojects {
}

spotbugs {
toolVersion = '4.2.0'
toolVersion = '4.7.3'
excludeFilter = rootProject.file('codequality/findbugs-exclude.xml')
ignoreFailures = false
spotbugsMain.enabled = true
Expand Down
33 changes: 3 additions & 30 deletions codequality/findbugs-exclude.xml
Expand Up @@ -7,40 +7,13 @@
</And>
</Match>
<Match>
<And>
<Class name="com.netflix.spectator.sandbox.HttpResponse"/>
<Bug pattern="EI_EXPOSE_REP"/>
</And>
</Match>
<Match>
<And>
<Class name="com.netflix.spectator.sandbox.HttpResponse"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</And>
</Match>
<Match>
<And>
<Class name="com.netflix.spectator.sandbox.HttpRequestBuilder"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</And>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
<Match>
<And>
<Class name="com.netflix.spectator.ipc.http.HttpResponse"/>
<Bug pattern="EI_EXPOSE_REP"/>
</And>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
<Match>
<And>
<Class name="com.netflix.spectator.ipc.http.HttpResponse"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</And>
</Match>
<Match>
<And>
<Class name="com.netflix.spectator.ipc.http.HttpRequestBuilder"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</And>
<Bug pattern="MS_EXPOSE_REP"/>
</Match>
<Match>
<And>
Expand Down

0 comments on commit a912edb

Please sign in to comment.