Skip to content

Commit a15b84d

Browse files
committed
Checkstyle 8.44, Eclipse 2021-06
1 parent c215058 commit a15b84d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Checkstyle.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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 -->

Formatter.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"/>

0 commit comments

Comments
 (0)