-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.checkstyle
More file actions
14 lines (13 loc) · 1.37 KB
/
.checkstyle
File metadata and controls
14 lines (13 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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 checkstyle-validation" location="file:/home/andreoc/Documents/Projetos/treinamento/java-condominio-spring-boot/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration checkstyle-validation">
<property name="checkstyle.header.file" value="/home/andreoc/Documents/Projetos/Bradesco/workspace-eclipse/treinamento-spring/.metadata/.plugins/org.eclipse.core.resources/.projects/java-condominio-spring-boot/com.basistech.m2e.code.quality.checkstyleConfigurator/checkstyle-header-checkstyle-validation.txt"/>
<property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
</local-check-config>
<fileset name="java-sources-checkstyle-validation" enabled="true" check-config-name="maven-checkstyle-plugin checkstyle-validation" 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>