132132 <!-- Requires static access to logger to report errors while loading i18n messages (from within a static initializer )-->
133133 <suppress checks =" com.azure.tools.checkstyle.checks.GoodLoggingCheck" files =" Messages.java" />
134134
135- <!-- TODO: Synapse access control API does not support PagedResponse and Response. -->
136- <!-- Checkstyle suppressions for naming issues reported in the Synapse artifacts related clients-->
137- <suppress checks =" com.azure.tools.checkstyle.checks.ServiceClientCheck" files =" .*[/\\]synapse[/\\].*" />
138- <!-- Suppress the check on synapse code-gen classes -->
139- <suppress checks =" Indentation" files =" com.azure.analytics.synapse.accesscontrol.implementation..*Impl" /> <!-- *Impl infers *ClientImpl -->
140- <suppress checks =" Indentation" files =" com.azure.analytics.synapse.artifacts.implementation..*Impl" /> <!-- *Impl infers *ClientImpl -->
141- <suppress checks =" Indentation" files =" com.azure.analytics.synapse.spark.implementation..*Impl" /> <!-- *Impl infers *ClientImpl -->
142- <suppress checks =" Indentation" files =" com.azure.analytics.synapse.managedprivateendpoints.implementation..*Impl" /> <!-- *Impl infers *ClientImpl -->
143- <suppress checks =" Indentation" files =" com.azure.analytics.synapse.monitoring.implementation..*Impl" /> <!-- *Impl infers *ClientImpl -->
144-
145- <!-- Suppress the long package name in Synapse managed private endpoints -->
146- <suppress checks =" PackageName" files =" com.azure.analytics.synapse.managedprivateendpoints.*" />
147- <!-- Suppress the long line in endpoint path -->
148- <suppress checks =" LineLength" files =" com.azure.analytics.synapse.managedprivateendpoints.implementation.ManagedPrivateEndpointsImpl.java" />
149-
150135 <!-- Allows the HttpPipelinePolicy derived class in Implementation folder -->
151136 <suppress checks =" com.azure.tools.checkstyle.checks.HttpPipelinePolicy" files =" com.azure.containers.containerregistry.implementation.authentication.ContainerRegistryCredentialsPolicy.java" />
152137 <suppress checks =" com.azure.tools.checkstyle.checks.HttpPipelinePolicy" files =" com.azure.messaging.eventgrid.implementation.CloudEventTracingPipelinePolicy.java" />
332317 <suppress checks =" com.azure.tools.checkstyle.checks.ThrowFromClientLogger"
333318 files =" com.azure.security.keyvault.keys.cryptography.CryptographyClient.java"
334319 lines =" 1234,1237,1243" />
335- </suppressions >
320+ </suppressions >
0 commit comments