[
https://issues.apache.org/jira/browse/DRILL-6655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16568638#comment-16568638
]
ASF GitHub Bot commented on DRILL-6655:
---------------------------------------
ilooner closed pull request #1412: DRILL-6655: Require package declaration in
files.
URL: https://github.com/apache/drill/pull/1412
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/src/main/resources/checkstyle-config.xml
b/src/main/resources/checkstyle-config.xml
index 88672f29534..35628d352e8 100644
--- a/src/main/resources/checkstyle-config.xml
+++ b/src/main/resources/checkstyle-config.xml
@@ -35,7 +35,7 @@
<module name="AvoidStarImport"/>
<module name="NeedBraces"/>
-
+ <module name="PackageDeclaration"/>
</module>
<module name="FileTabCharacter"/>
----------------------------------------------------------------
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]
> Require Package Declaration In Checkstyle
> -----------------------------------------
>
> Key: DRILL-6655
> URL: https://issues.apache.org/jira/browse/DRILL-6655
> Project: Apache Drill
> Issue Type: Improvement
> Affects Versions: 1.15.0
> Reporter: Timothy Farkas
> Assignee: Timothy Farkas
> Priority: Major
> Labels: ready-to-commit
> Fix For: 1.15.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)