[ 
https://issues.apache.org/jira/browse/DRILL-6386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16468141#comment-16468141
 ] 

ASF GitHub Bot commented on DRILL-6386:
---------------------------------------

vrozov commented on a change in pull request #1252: DRILL-6386: Disallowed 
unused imports and removed them.
URL: https://github.com/apache/drill/pull/1252#discussion_r186901891
 
 

 ##########
 File path: src/main/resources/checkstyle-config.xml
 ##########
 @@ -27,7 +27,11 @@
 <module name="Checker">
 
   <module name="TreeWalker">
-
+    <module name="UnusedImports"/>
+    <module name="AvoidStarImport">
+      <property name="allowClassImports" value="false"/>
 
 Review comment:
   There is already 'AvoidStarImport' rule. Please change it to use defaults.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Disallow Unused Imports In Checkstyle
> -------------------------------------
>
>                 Key: DRILL-6386
>                 URL: https://issues.apache.org/jira/browse/DRILL-6386
>             Project: Apache Drill
>          Issue Type: Improvement
>            Reporter: Timothy Farkas
>            Assignee: Timothy Farkas
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to