.checkstyle 1.21 KB
<?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" location="file:/D:/yangyoupeng/工作/micro/finance/src/microservice-parent/microservice-framework-monitor/src/test/resources/codequality/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration checkstyle">
    <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
    <property name="checkstyle.header.file" value="D:\workspaces\work1\.metadata\.plugins\org.eclipse.core.resources\.projects\microservice-framework-monitor\com.basistech.m2e.code.quality.checkstyleConfigurator\checkstyle-header-checkstyle.txt"/>
  </local-check-config>
  <fileset name="java-sources-checkstyle" enabled="true" check-config-name="maven-checkstyle-plugin checkstyle" 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>