-
Notifications
You must be signed in to change notification settings - Fork 0
/
.checkstyle
16 lines (15 loc) · 1.39 KB
/
.checkstyle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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 verify-style" location="file:/D:/git/liquibase-extensions/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration verify-style">
<property name="checkstyle.header.file" value="D:\workspaces\jenkins\.metadata\.plugins\org.eclipse.core.resources\.projects\liquibase-extensions\com.basistech.m2e.code.quality.checkstyleConfigurator\checkstyle-header-verify-style.txt"/>
<property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
</local-check-config>
<fileset name="java-sources-verify-style" enabled="true" check-config-name="maven-checkstyle-plugin verify-style" 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/main/resources/.*\.xml" include-pattern="true"/>
<file-match-pattern match-pattern="^src/test/resources.*\.properties" include-pattern="true"/>
<file-match-pattern match-pattern="^src/test/resources.*\.xml" include-pattern="true"/>
</fileset>
</fileset-config>