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

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

ilooner 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_r187129341
 
 

 ##########
 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:
   Thanks for catching. Fixed.

----------------------------------------------------------------
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:
[email protected]


> 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