Skip to content

Commit 619e9b5

Browse files
committed
use single config file
1 parent 3908d61 commit 619e9b5

File tree

3 files changed

+3
-200
lines changed

3 files changed

+3
-200
lines changed

.github/linters/checkstyle.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<module name="PackageName"/>
116116
<!--<module name="ParameterName"/>-->
117117
<!--<module name="StaticVariableName"/>-->
118-
<module name="TypeName"/>
118+
<!--<module name="TypeName"/>-->
119119

120120
<!-- Checks for imports -->
121121
<!-- See https://checkstyle.org/checks/imports/index.html -->
@@ -176,7 +176,7 @@
176176
<module name="FinalClass"/>
177177
<!--<module name="HideUtilityClassConstructor"/>-->
178178
<module name="InterfaceIsType"/>
179-
<module name="VisibilityModifier"/>
179+
<!--<module name="VisibilityModifier"/>-->
180180

181181
<!-- Miscellaneous other checks. -->
182182
<!-- See https://checkstyle.org/checks/misc/index.html -->

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"editor.tabSize": 4,
3333
"diffEditor.ignoreTrimWhitespace": false,
3434
"java.format.settings.url": "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml",
35-
"java.checkstyle.configuration": "${workspaceFolder}/checkstyle.xml",
35+
"java.checkstyle.configuration": "${workspaceFolder}/.github/linters/checkstyle.xml",
3636
"java.checkstyle.version": "9.3"
3737
}

checkstyle.xml

-197
This file was deleted.

0 commit comments

Comments
 (0)