Skip to content

Commit 0505a81

Browse files
committed
More new spotbugs?
1 parent 1c99c33 commit 0505a81

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spotbugs-exclude.xml

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
<Bug pattern="CT_CONSTRUCTOR_THROW" />
1313
<Or>
1414
<Class name="software.amazon.lambda.powertools.common.internal.UserAgentConfigurator" />
15+
<Class name="software.amazon.lambda.powertools.logging.internal.JsonSerializer" />
16+
</Or>
17+
</Match>
18+
<Match>
19+
<Bug pattern="PA_PUBLIC_PRIMITIVE_ATTRIBUTE" />
20+
<Or>
21+
<Class name="software.amazon.lambda.powertools.logging.internal.LambdaLoggingAspect" />
1522
</Or>
1623
</Match>
1724
<Match>

0 commit comments

Comments
 (0)