File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 8
8
https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html
9
9
-->
10
10
<FindBugsFilter >
11
+ <!-- These open matches are new rules that we have not yet addressed. Let's block them generically, and come
12
+ back to them later. -->
11
13
<Match >
12
14
<Bug pattern =" CT_CONSTRUCTOR_THROW" />
13
- <Or >
14
- <Class name =" software.amazon.lambda.powertools.common.internal.UserAgentConfigurator" />
15
- <Class name =" software.amazon.lambda.powertools.logging.internal.JsonSerializer" />
16
- </Or >
17
15
</Match >
18
16
<Match >
19
17
<Bug pattern =" PA_PUBLIC_PRIMITIVE_ATTRIBUTE" />
20
- <Or >
21
- <Class name =" software.amazon.lambda.powertools.logging.internal.LambdaLoggingAspect" />
22
- </Or >
23
18
</Match >
19
+ <Match >
20
+ <Bug pattern =" SING_SINGLETON_GETTER_NOT_SYNCHRONIZED" />
21
+ </Match >
22
+ <Match >
23
+ <Bug pattern =" SING_SINGLETON_GETTER_NOT_SYNCHRONIZED" />
24
+ </Match >
25
+
26
+ <!-- Regular matches -->
24
27
<Match >
25
28
<Bug pattern =" EI_EXPOSE_REP2" />
26
29
<Or >
You can’t perform that action at this time.
0 commit comments