File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
eng/code-quality-reports/src/main/resources/checkstyle Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 115115 <!-- Suppress the long package name in kubernetesconfiguration and all its sub services/packages -->
116116 <suppress checks =" PackageName" files =" com.azure.resourcemanager.kubernetesconfiguration.*" />
117117
118+ <!-- Suppress the @Immutable class with a property named "setPasswordLink" -->
119+ <suppress checks =" com.azure.tools.checkstyle.checks.ImmutableClassCheck" files =" com.azure.resourcemanager.datadog.fluent.models.DatadogSetPasswordLinkInner" />
120+
118121 <!-- ### begin: Spring related suppression -->
119122 <!-- Checkstyle suppressions for azure.spring.data.cosmos package -->
120123 <suppress checks =" [a-zA-Z0-9]*" files =" [/\\]azure-spring-data-cosmos[/\\]src[/\\]test[/\\]" />
You can’t perform that action at this time.
0 commit comments