File tree 3 files changed +3
-200
lines changed
3 files changed +3
-200
lines changed Original file line number Diff line number Diff line change 115
115
<module name =" PackageName" />
116
116
<!-- <module name="ParameterName"/>-->
117
117
<!-- <module name="StaticVariableName"/>-->
118
- <module name =" TypeName" />
118
+ <!-- < module name="TypeName"/> -- >
119
119
120
120
<!-- Checks for imports -->
121
121
<!-- See https://checkstyle.org/checks/imports/index.html -->
176
176
<module name =" FinalClass" />
177
177
<!-- <module name="HideUtilityClassConstructor"/>-->
178
178
<module name =" InterfaceIsType" />
179
- <module name =" VisibilityModifier" />
179
+ <!-- < module name="VisibilityModifier"/> -- >
180
180
181
181
<!-- Miscellaneous other checks. -->
182
182
<!-- See https://checkstyle.org/checks/misc/index.html -->
Original file line number Diff line number Diff line change 32
32
"editor.tabSize" : 4 ,
33
33
"diffEditor.ignoreTrimWhitespace" : false ,
34
34
"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" ,
36
36
"java.checkstyle.version" : " 9.3"
37
37
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments