Skip to content

Commit 3881918

Browse files
committed
- adds suppressions for new spotbugs rules
1 parent 9603cdb commit 3881918

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

spotBugsExcludeFilter.xml

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,48 @@
33
xmlns="https://github.com/spotbugs/filter/3.0.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">
6-
<Match>
6+
<Match><!-- TODO remove for v3-->
77
<Class name="com.microsoft.graph.authentication.BaseAuthenticationProviderTest" />
88
<Method name="providerDoesNotAddTokenOnNullUrls" />
99
<Bug code="NP" />
1010
</Match>
11+
<Match><!-- TODO remove for v3-->
12+
<Class name="com.microsoft.graph.authentication.TokenCredentialAuthProvider" />
13+
<Bug code="CT" />
14+
</Match>
15+
<Match><!-- TODO remove for v3-->
16+
<Class name="com.microsoft.graph.httpcore.middlewareoption.RedirectOptions" />
17+
<Bug code="CT" />
18+
</Match>
19+
<Match><!-- TODO remove for v3-->
20+
<Class name="com.microsoft.graph.httpcore.middlewareoption.RetryOptions" />
21+
<Bug code="CT" />
22+
</Match>
23+
<Match><!-- TODO remove for v3-->
24+
<Class name="com.microsoft.graph.options.Option" />
25+
<Bug code="CT" />
26+
</Match>
27+
<Match><!-- TODO remove for v3-->
28+
<Class name="com.microsoft.graph.options.Option" />
29+
<Bug code="PI" />
30+
</Match>
31+
<Match><!-- TODO remove for v3-->
32+
<Class name="com.microsoft.graph.core.Multipart" />
33+
<Bug code="PI" />
34+
</Match>
35+
<Match><!-- TODO remove for v3-->
36+
<Class name="com.microsoft.graph.http.GraphError" />
37+
<Bug code="PA" />
38+
</Match>
39+
<Match><!-- TODO remove for v3-->
40+
<Class name="com.microsoft.graph.http.GraphInnerError" />
41+
<Bug code="PA" />
42+
</Match>
43+
<Match>
44+
<Class name="com.microsoft.graph.content.BatchRequestContent" />
45+
<Field name="requests" />
46+
<Bug code="PA" />
47+
</Match>
1148
<Match>
1249
<Class name="com.microsoft.graph.tasks.LargeFileUploadRequest" />
1350
<Bug code="Dm" />

0 commit comments

Comments
 (0)