Skip to content

Commit

Permalink
Checkstyle 8.44, Eclipse 2021-06
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMayfield authored and Jonathing committed Aug 25, 2024
1 parent fb44802 commit 4089c97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"https://checkstyle.org/dtds/configuration_1_3.dtd">

<!--
Checkstyle configuration for Think Java, 2nd Edition.
Checkstyle 8.44 configuration for Think Java, 2nd Edition.
-->
<module name="Checker">
<property name="severity" value="warning"/>
Expand Down Expand Up @@ -82,6 +82,7 @@ Checkstyle configuration for Think Java, 2nd Edition.
<property name="scope" value="private"/>
</module>
<module name="NonEmptyAtclauseDescription"/>
<module name="RequireEmptyLineBeforeBlockTagGroup"/>
<module name="SummaryJavadocCheck"/>

<!-- See https://checkstyle.sourceforge.io/config_misc.html -->
Expand Down
4 changes: 2 additions & 2 deletions Formatter.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="20">
<profile kind="CodeFormatterProfile" name="Think Java, 2nd Edition" version="20">
<profiles version="21">
<profile kind="CodeFormatterProfile" name="Think Java, 2nd Edition" version="21">
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/>
Expand Down

0 comments on commit 4089c97

Please sign in to comment.