From 7a491f0901d746e967394b84bb28c846fba50945 Mon Sep 17 00:00:00 2001 From: Christian Wulf <chw@informatik.uni-kiel.de> Date: Tue, 16 Dec 2014 14:16:48 +0100 Subject: [PATCH] fixed absolute path --- .checkstyle | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.checkstyle b/.checkstyle index e8ce6f32..e073af44 100644 --- a/.checkstyle +++ b/.checkstyle @@ -1,17 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false"> +<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false"> <local-check-config name="TeeTime" location="conf/quality-config/cs-conf.xml" type="project" description=""> <additional-data name="protect-config-file" value="false"/> </local-check-config> - <local-check-config name="maven-checkstyle-plugin default" location="file:/C:/Users/chw/Repositories/teetime/conf/quality-config/cs-conf.xml" type="remote" description="maven-checkstyle-plugin configuration default"> - <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/> - <property name="checkstyle.header.file" value="C:\Users\chw\Repositories\teetime\target\checkstyle-header-default.txt"/> - </local-check-config> - <fileset name="java-sources-default" enabled="true" check-config-name="maven-checkstyle-plugin default" local="true"> - <file-match-pattern match-pattern="src/main/java/.*\.java" include-pattern="true"/> - <file-match-pattern match-pattern="src/test/java/.*\.java" include-pattern="true"/> - <file-match-pattern match-pattern="src/main/resources/.*\.properties" include-pattern="true"/> - <file-match-pattern match-pattern="src/test/resources/.*\.properties" include-pattern="true"/> + <fileset name="all" enabled="true" check-config-name="TeeTime" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> </fileset> </fileset-config> -- GitLab