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 and drielenr committed Mar 28, 2024
1 parent 99cce8b commit 0558be3
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 0558be3

Please sign in to comment.