Skip to content

Commit ec26b1e

Browse files
committed
pickup a better version of the supressions
1 parent f08221f commit ec26b1e

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -132,21 +132,6 @@
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"/>
@@ -332,4 +317,4 @@
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

Comments
 (0)