Skip to content

Commit

Permalink
updating formatting of the checkstyle.xml file (removing redundant em…
Browse files Browse the repository at this point in the history
…pty lines)
  • Loading branch information
pwittchen committed Sep 15, 2018
1 parent 10fbde2 commit 722afd8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions checkstyle.xml
Expand Up @@ -48,15 +48,13 @@
<module name="StaticVariableName"/>
<module name="TypeName"/>


<!-- Checks for imports -->
<!-- See http://checkstyle.sf.net/config_import.html -->
<module name="AvoidStarImport"/>
<module name="IllegalImport"/> <!-- defaults to sun.* packages -->
<module name="RedundantImport"/>
<module name="UnusedImports"/>


<!-- Checks for Size Violations. -->
<!-- See http://checkstyle.sf.net/config_sizes.html -->
<module name="LineLength">
Expand All @@ -65,7 +63,6 @@
<module name="MethodLength"/>
<!--module name="ParameterNumber"/-->


<!-- Checks for whitespace -->
<!-- See http://checkstyle.sf.net/config_whitespace.html -->
<module name="GenericWhitespace"/>
Expand All @@ -79,13 +76,11 @@
<module name="WhitespaceAfter"/>
<module name="WhitespaceAround"/>


<!-- Modifier Checks -->
<!-- See http://checkstyle.sf.net/config_modifiers.html -->
<!--module name="ModifierOrder"/-->
<module name="RedundantModifier"/>


<!-- Checks for blocks. You know, those {}'s -->
<!-- See http://checkstyle.sf.net/config_blocks.html -->
<!--module name="AvoidNestedBlocks"/-->
Expand All @@ -94,7 +89,6 @@
<!--module name="NeedBraces"/-->
<module name="RightCurly"/>


<!-- Checks for common coding problems -->
<!-- See http://checkstyle.sf.net/config_coding.html -->
<!--module name="AvoidInlineConditionals"/-->
Expand All @@ -120,7 +114,6 @@
<!--module name="InterfaceIsType"/-->
<!--module name="VisibilityModifier"/-->


<!-- Miscellaneous other checks. -->
<!-- See http://checkstyle.sf.net/config_misc.html -->
<!--module name="ArrayTypeStyle"/-->
Expand Down

0 comments on commit 722afd8

Please sign in to comment.