This is an automated email from the ASF dual-hosted git repository.
timothyfarkas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 7c35326 DRILL-6655: Require package declaration in files.
7c35326 is described below
commit 7c353262c3043afe57a755b5970ec99fe4f56c2c
Author: Timothy Farkas <[email protected]>
AuthorDate: Tue Jul 31 16:48:12 2018 -0700
DRILL-6655: Require package declaration in files.
---
src/main/resources/checkstyle-config.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/checkstyle-config.xml
b/src/main/resources/checkstyle-config.xml
index 88672f2..35628d3 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"/>