We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d220635 commit 0a30f36Copy full SHA for 0a30f36
1 file changed
config/suppressions.xml
@@ -14,11 +14,5 @@
14
|AbstractPatchFilterEvaluationTest)\.java"/>
15
<suppress checks="UncommentedMain"
16
files="GeneratePatchFileLauncher|GeneratePatchFileWithGitCommandLauncher\.java"/>
17
-
18
- <!-- Suppressions for checkstyle 13.3.0 upgrade - to be resolved incrementally -->
19
- <!-- Issue #382: Suppress violations introduced by dependency bump to v13.3.0 -->
20
- <suppress checks="LineLength" files=".*\.java"/>
21
- <suppress checks="FinalParameters" files=".*\.java"/>
22
- <suppress checks="RightCurly" files=".*\.java"/>
23
- <suppress checks="Translation" files=".*\.properties"/>
+
24
</suppressions>
0 commit comments