Skip to content

Commit

Permalink
Remove unnecessary SpotBugs exclusions (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Nov 22, 2022
1 parent cb9f7a4 commit 546271b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/spotbugs/excludesFilter.xml
Expand Up @@ -66,17 +66,6 @@
<Class name="org.jenkinsci.maven.plugins.hpi.WarMojo"/>
</Or>
</And>
<And>
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION"/>
<Or>
<Class name="org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo"/>
<Class name="org.jenkinsci.maven.plugins.hpi.RunMojo"/>
</Or>
</And>
<And>
<Bug pattern="THROWS_METHOD_THROWS_RUNTIMEEXCEPTION"/>
<Class name="org.jenkinsci.maven.plugins.hpi.MavenArtifact"/>
</And>
<And>
<Bug pattern="UR_UNINIT_READ_CALLED_FROM_SUPER_CONSTRUCTOR"/>
<Class name="org.jenkinsci.maven.plugins.hpi.RunMojo$2"/>
Expand Down

0 comments on commit 546271b

Please sign in to comment.