forked from rbrn/crown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.checkstyle
18 lines (17 loc) · 1.49 KB
/
.checkstyle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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 default" location="file:/home/micbui/git/crown/checkstyle.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="/home/micbui/Documents/workspace-sts-4-4.1.0-crown/.metadata/.plugins/org.eclipse.core.resources/.projects/crown/com.basistech.m2e.code.quality.checkstyleConfigurator/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="^./pom\.xml" include-pattern="true"/>
<file-match-pattern match-pattern="^./README\.md" include-pattern="true"/>
<file-match-pattern match-pattern="^..*\.git/.*" include-pattern="false"/>
<file-match-pattern match-pattern="^..*target/.*" include-pattern="false"/>
<file-match-pattern match-pattern="^..*node_modules/.*" include-pattern="false"/>
<file-match-pattern match-pattern="^..*node/.*" include-pattern="false"/>
<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>