Skip to content

Commit

Permalink
spotbugs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromevdl committed Jun 24, 2024
1 parent 01a3d0c commit fd01069
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@
<Class name="software.amazon.lambda.powertools.sqs.SqsUtils"/>
<Method name="s3Client"/>
</And>
<And>
<Class name="software.amazon.lambda.powertools.metrics.MetricsUtils"/>
<Method name="metricsLogger"/>
</And>
</Or>
</Match>
<!--False positive https://github.com/spotbugs/spotbugs/issues/1539-->
Expand Down

0 comments on commit fd01069

Please sign in to comment.