-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.checkstyle
13 lines (12 loc) · 1.18 KB
/
.checkstyle
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
<local-check-config name="maven-checkstyle-plugin validate" location="jar:file:/home/alpegon/.m2/repository/com/puppycrawl/tools/checkstyle/6.11.2/checkstyle-6.11.2.jar!/google_checks.xml" type="remote" description="maven-checkstyle-plugin configuration validate">
<property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
<property name="checkstyle.header.file" value="/home/alpegon/grycap/eclipse-java/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/im-java-api/com.basistech.m2e.code.quality.checkstyleConfigurator/checkstyle-header-validate.txt"/>
</local-check-config>
<fileset name="java-sources-validate" enabled="true" check-config-name="maven-checkstyle-plugin validate" local="true">
<file-match-pattern match-pattern="src/main/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>
</fileset-config>