diff options
Diffstat (limited to '.checkstyle')
-rw-r--r-- | .checkstyle | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.checkstyle b/.checkstyle deleted file mode 100644 index 3eb52c0..0000000 --- a/.checkstyle +++ /dev/null @@ -1,10 +0,0 @@ -<?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="iciql" location="checkstyle.xml" type="project" description=""> - <additional-data name="protect-config-file" value="false"/> - </local-check-config> - <fileset name="all" enabled="true" check-config-name="iciql" local="true"> - <file-match-pattern match-pattern="." include-pattern="true"/> - </fileset> -</fileset-config> |