Skip to content

Commit 935999d

Browse files
committed
sampling rate should be final, maybe
1 parent c299551 commit 935999d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

spotbugs-exclude.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@
8080
</Or>
8181
</Match>
8282
<!--Functionally needed-->
83+
<Match>
84+
<Bug pattern="MS_SHOULD_BE_FINAL"/>
85+
<Or>
86+
<And>
87+
<Class name="software.amazon.lambda.powertools.logging.internal.LambdaLoggingAspect"/>
88+
<Field name="SAMPLING_RATE"/>
89+
</And>
90+
</Or>
91+
</Match>
8392
<Match>
8493
<Bug pattern="EI_EXPOSE_STATIC_REP2"/>
8594
<Or>

0 commit comments

Comments
 (0)