Skip to content

Commit 8e7c3b0

Browse files
authored
checkstyle suppression (#45928)
1 parent 9d0056f commit 8e7c3b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
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[/\\]"/>

0 commit comments

Comments
 (0)