Skip to content

Commit

Permalink
Exclude intentional constructor throw from spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgerring committed Jun 20, 2024
1 parent 60a3fec commit 1c99c33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html
-->
<FindBugsFilter>
<Match>
<Bug pattern="CT_CONSTRUCTOR_THROW" />
<Or>
<Class name="software.amazon.lambda.powertools.common.internal.UserAgentConfigurator" />
</Or>
</Match>
<Match>
<Bug pattern="EI_EXPOSE_REP2"/>
<Or>
Expand Down

0 comments on commit 1c99c33

Please sign in to comment.