This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new c0bb46e Drop extra blank lines. c0bb46e is described below commit c0bb46e271e08a8193d5e56cb29729e4466687f8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 25 10:11:57 2021 -0400 Drop extra blank lines. --- conf/checkstyle.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/conf/checkstyle.xml b/conf/checkstyle.xml index 949b28b..9d38ff2 100644 --- a/conf/checkstyle.xml +++ b/conf/checkstyle.xml @@ -73,7 +73,6 @@ </module> <module name="JavadocVariable"/> - <!-- Checks for Naming Conventions. --> <!-- See http://checkstyle.sf.net/config_naming.html --> <module name="ConstantName"/> @@ -86,11 +85,9 @@ <module name="StaticVariableName"/> <module name="TypeName"/> - <!-- Following interprets the header file as regular expressions. --> <!-- <module name="RegexpHeader"/> --> - <!-- Checks for imports --> <!-- See http://checkstyle.sf.net/config_import.html --> <module name="AvoidStarImport"/> @@ -98,13 +95,11 @@ <module name="RedundantImport"/> <module name="UnusedImports"/> - <!-- Checks for Size Violations. --> <!-- See http://checkstyle.sf.net/config_sizes.html --> <module name="MethodLength"/> <module name="ParameterNumber"/> - <!-- Checks for whitespace --> <!-- See http://checkstyle.sf.net/config_whitespace.html --> <module name="EmptyForIteratorPad"/> @@ -115,7 +110,6 @@ <module name="WhitespaceAfter"/> <module name="WhitespaceAround"/> - <!-- Modifier Checks --> <!-- See http://checkstyle.sf.net/config_modifiers.html --> <module name="ModifierOrder"/> @@ -123,7 +117,6 @@ <property name="tokens" value="METHOD_DEF, VARIABLE_DEF, ANNOTATION_FIELD_DEF, INTERFACE_DEF, CLASS_DEF, ENUM_DEF"/> </module> - <!-- Checks for blocks. You know, those {}'s --> <!-- See http://checkstyle.sf.net/config_blocks.html --> <module name="AvoidNestedBlocks"/> @@ -137,7 +130,6 @@ <property name="option" value="alone"/> </module> - <!-- Checks for common coding problems --> <!-- See http://checkstyle.sf.net/config_coding.html --> <module name="CovariantEquals"/> @@ -167,8 +159,6 @@ <property name="protectedAllowed" value="true"/> </module> - - <!-- Miscellaneous other checks. --> <!-- See http://checkstyle.sf.net/config_misc.html --> <module name="ArrayTypeStyle"/>