Skip to content

Commit ec09196

Browse files
committed
Merge pull request #46914 from nicolasgarea
* gh-46914: Remove redundant suppressions Remove duplicate suppression in Checkstyle configuration Closes gh-46914
2 parents 6381582 + 25c29b5 commit ec09196

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/checkstyle/checkstyle-suppressions.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
<suppress files="BsdDomainSocket" checks="FinalClass" message="SockaddrUn" />
7171
<suppress files="StringSequence" checks="SpringMethodVisibility" message="isEmpty"/>
7272
<suppress files="ValidatorPropertiesWithDefaultValues\.java" checks="SpringMethodVisibility" />
73-
<suppress files="DeprecatedElasticsearchRestClientProperties\.java" checks="SpringMethodVisibility" />
74-
<suppress files="DeprecatedElasticsearchRestClientProperties\.java" checks="SpringMethodVisibility" />
75-
<suppress files="DeprecatedReactiveElasticsearchRestClientProperties\.java" checks="SpringMethodVisibility" />
7673
<suppress files="DevToolsTestApplication\.java" checks="SpringMethodVisibility" />
7774
<suppress files="DevToolsR2dbcAutoConfigurationTests" checks="HideUtilityClassConstructor" />
7875
<suppress files="ConfigurationMetadataChangelogGenerator" checks="SpringMethodVisibility" />

0 commit comments

Comments
 (0)