Skip to content

Commit fd01069

Browse files
committed
spotbugs fix
1 parent 01a3d0c commit fd01069

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spotbugs-exclude.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@
233233
<Class name="software.amazon.lambda.powertools.sqs.SqsUtils"/>
234234
<Method name="s3Client"/>
235235
</And>
236+
<And>
237+
<Class name="software.amazon.lambda.powertools.metrics.MetricsUtils"/>
238+
<Method name="metricsLogger"/>
239+
</And>
236240
</Or>
237241
</Match>
238242
<!--False positive https://github.com/spotbugs/spotbugs/issues/1539-->

0 commit comments

Comments
 (0)