kinow commented on code in PR #46:
URL: https://github.com/apache/commons-statistics/pull/46#discussion_r1264161636


##########
src/conf/checkstyle/checkstyle.xml:
##########
@@ -117,11 +117,15 @@
     <!-- Checks for imports -->
     <!-- See http://checkstyle.org/config_import.html -->
     <module name="AvoidStarImport" />
+    <module name="AvoidStaticImport"/>
     <module name="IllegalImport" /> <!-- defaults to sun.* packages -->
     <module name="RedundantImport" />
     <module name="UnusedImports">
       <property name="processJavadoc" value="false" />
     </module>
+    <module name="CustomImportOrder">
+      <property name="sortImportsInGroupAlphabetically" value="true"/>

Review Comment:
   :+1: 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to