Skip to content

Commit 1c99c33

Browse files
committed
Exclude intentional constructor throw from spotbugs
1 parent 60a3fec commit 1c99c33

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spotbugs-exclude.xml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html
99
-->
1010
<FindBugsFilter>
11+
<Match>
12+
<Bug pattern="CT_CONSTRUCTOR_THROW" />
13+
<Or>
14+
<Class name="software.amazon.lambda.powertools.common.internal.UserAgentConfigurator" />
15+
</Or>
16+
</Match>
1117
<Match>
1218
<Bug pattern="EI_EXPOSE_REP2"/>
1319
<Or>

0 commit comments

Comments
 (0)