-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.checkstyle
More file actions
15 lines (14 loc) · 1.34 KB
/
.checkstyle
File metadata and controls
15 lines (14 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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:/media/li/proj/prj/op/glp/spring-postgresql-jsonb/src/main/resources/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="/media/li/proj/eclipse_workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/spring-postgresql-jsonb/com.basistech.m2e.code.quality.checkstyleConfigurator/checkstyle-header-default.txt"/>
<property name="basedir" value="/media/li/proj/prj/op/glp/spring-postgresql-jsonb/src/main"/>
</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/main/resources/.*\.properties" 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>