File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Open diff view settings
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Open diff view settings
Original file line number Diff line number Diff line change 44 "https://checkstyle.org/dtds/configuration_1_3.dtd">
55
66<!--
7- Checkstyle configuration for Think Java, 2nd Edition.
7+ Checkstyle 8.44 configuration for Think Java, 2nd Edition.
88-->
99<module name =" Checker" >
1010 <property name =" severity" value =" warning" />
@@ -82,6 +82,7 @@ Checkstyle configuration for Think Java, 2nd Edition.
8282 <property name =" scope" value =" private" />
8383 </module >
8484 <module name =" NonEmptyAtclauseDescription" />
85+ <module name =" RequireEmptyLineBeforeBlockTagGroup" />
8586 <module name =" SummaryJavadocCheck" />
8687
8788 <!-- See https://checkstyle.sourceforge.io/config_misc.html -->
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2- <profiles version =" 20 " >
3- <profile kind =" CodeFormatterProfile" name =" Think Java, 2nd Edition" version =" 20 " >
2+ <profiles version =" 21 " >
3+ <profile kind =" CodeFormatterProfile" name =" Think Java, 2nd Edition" version =" 21 " >
44 <setting id =" org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value =" insert" />
55 <setting id =" org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value =" insert" />
66 <setting id =" org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value =" do not insert" />
You can’t perform that action at this time.
0 commit comments