forked from simpligility/android-maven-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.checkstyle
More file actions
11 lines (10 loc) · 680 Bytes
/
.checkstyle
File metadata and controls
11 lines (10 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="true">
<local-check-config name="android-maven-plugin" location="https://raw.github.com/jayway/maven-android-plugin/master/src/conf/maven_checks.xml" type="remote" description="">
<property name="checkstyle.cache.file" value="checkstyle.cache.file"/>
<additional-data name="cache-file" value="false"/>
</local-check-config>
<fileset name="src/main/java" enabled="true" check-config-name="android-maven-plugin" local="true">
<file-match-pattern match-pattern="src/main/java/.*\.java$" include-pattern="true"/>
</fileset>
</fileset-config>