File: .checkstyle

package info (click to toggle)
libquartz2-java 2.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,728 kB
  • sloc: java: 46,480; sql: 3,484; xml: 3,312; sh: 352; makefile: 9
file content (10 lines) | stat: -rwxr-xr-x 771 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
<?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" location="jar:file:/C:/Users/hhuynh/.m2/repository/org/terracotta/checkstyle/terracotta-checkstyle/1.0-SNAPSHOT/terracotta-checkstyle-1.0-SNAPSHOT.jar!/general/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration">
    <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
  </local-check-config>
  <fileset name="java-sources" enabled="true" check-config-name="maven-checkstyle-plugin" local="true">
    <file-match-pattern match-pattern="src/main/java.*/.*\.java" include-pattern="true"/>
  </fileset>
</fileset-config>