File: .checkstyle

package info (click to toggle)
osmosis 0.43.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 7,288 kB
  • sloc: java: 43,983; sql: 2,907; xml: 717; sh: 288; makefile: 27
file content (10 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (168)
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="true" sync-formatter="false">
  <local-check-config name="Osmosis Checks" location="/build-support/checkstyle.xml" type="project" description="">
    <additional-data name="protect-config-file" value="false"/>
  </local-check-config>
  <fileset name="all" enabled="true" check-config-name="Osmosis Checks" local="true">
    <file-match-pattern match-pattern="." include-pattern="true"/>
  </fileset>
</fileset-config>