Skip to content

Commit

Permalink
Updated CheckStyle suppressions for Search.
Browse files Browse the repository at this point in the history
  • Loading branch information
vcolin7 committed Mar 17, 2023
1 parent b98dd37 commit f70a2c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ the main ServiceBusClientBuilder. -->
<!-- The clients don't end with 'Client' but instead with 'Sender' -->
<suppress checks="com.azure.tools.checkstyle.checks.ServiceClientBuilderCheck"
files="com.azure.search.documents.SearchClientBuilder"
lines="511,545,559"/>
lines="498,532,546"/>
<suppress checks="com.azure.tools.checkstyle.checks.ServiceClientCheck"
files="com.azure.search.documents.(SearchIndexingBufferedAsyncSender|SearchIndexingBufferedSender)"/>

Expand Down

0 comments on commit f70a2c9

Please sign in to comment.