summaryrefslogtreecommitdiff
path: root/.checkstyle
diff options
context:
space:
mode:
authorGintas Grigelionis <gintas@apache.org>2017-12-01 21:18:02 +0100
committerGintas Grigelionis <gintas@apache.org>2017-12-01 21:18:02 +0100
commit866ce9f550d2c7d3fa44319f8acbfb75a3ad3c42 (patch)
treef82a279d71254e6ea133ef67a2df4e8a203239ba /.checkstyle
parentfc2bce5326d8c3e0958e92531f3e58f58ad7a531 (diff)
downloadant-866ce9f550d2c7d3fa44319f8acbfb75a3ad3c42.tar.gz
Checkstyle: mostly whitespace
Diffstat (limited to '.checkstyle')
-rw-r--r--.checkstyle13
1 files changed, 13 insertions, 0 deletions
diff --git a/.checkstyle b/.checkstyle
new file mode 100644
index 000000000..f2697b162
--- /dev/null
+++ b/.checkstyle
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
+ <local-check-config name="Ant Checkstyle Config" location="src/etc/checkstyle/checkstyle-config" type="project" description="">
+ <property name="config.dir" value="${basedir}/src/etc/checkstyle"/>
+ <additional-data name="protect-config-file" value="true"/>
+ </local-check-config>
+ <fileset name="Ant Checkstyle config" enabled="true" check-config-name="Ant Checkstyle Config" local="true">
+ <file-match-pattern match-pattern="^src.main.*.java$" include-pattern="true"/>
+ <file-match-pattern match-pattern="^src.etc.testcases.*.java$" include-pattern="true"/>
+ <file-match-pattern match-pattern="^src.tests.*.java$" include-pattern="true"/>
+ </fileset>
+</fileset-config>