Skip to content

Commit

Permalink
Add Spotbug exception for AutoRest generated files (#39098)
Browse files Browse the repository at this point in the history
  • Loading branch information
skapur12 authored Mar 12, 2024
1 parent aaa2fb5 commit 569c3f0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,11 @@
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE"/>
</Match>

<!-- Exclude the files generated by autorest for microsoft-azure-batch and its subpackages -->
<Match>
<Package name="~com\.microsoft\.azure\.batch(\..+)?"/>
</Match>

<Match>
<Class name="com.microsoft.azure.batch.CreateTasksErrorException"/>
<Or>
Expand Down

0 comments on commit 569c3f0

Please sign in to comment.