File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+
3
+ <fileset-config file-format-version =" 1.2.0" simple-config =" true" sync-formatter =" false" >
4
+ <local-check-config name =" trustAtHsHCheckstyle" location =" https://raw.githubusercontent.com/trustathsh/ironcommon/master/src/main/documents/trustAtHsHCheckstylePolicy.xml" type =" remote" description =" " >
5
+ <property name =" headerfile" value =" ${project_loc}/src/license/dummy/Dummy.java" />
6
+ <property name =" checkstyle.cache.file" value =" ${project_loc}/target/cachefile" />
7
+ <additional-data name =" cache-file" value =" false" />
8
+ </local-check-config >
9
+ <fileset name =" all" enabled =" true" check-config-name =" trustAtHsHCheckstyle" local =" true" >
10
+ <file-match-pattern match-pattern =" ." include-pattern =" true" />
11
+ </fileset >
12
+ </fileset-config >
13
+
Original file line number Diff line number Diff line change 5
5
<inceptionYear >2010</inceptionYear >
6
6
<properties >
7
7
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
8
- <checkstyle .config.location>src/main/checkstyle/trustFhhCodeconventions.xml</checkstyle .config.location>
9
8
</properties >
10
9
11
10
<!-- general project information -->
122
121
<groupId >org.apache.maven.plugins</groupId >
123
122
<artifactId >maven-checkstyle-plugin</artifactId >
124
123
<version >2.10</version >
124
+ <configuration >
125
+ <propertyExpansion >headerfile=${project.basedir} /src/license/dummy/Dummy.java</propertyExpansion >
126
+ <configLocation >https://raw.githubusercontent.com/trustathsh/ironcommon/master/src/main/documents/trustAtHsHCheckstylePolicy.xml</configLocation >
127
+ </configuration >
125
128
</plugin >
126
129
</plugins >
127
130
You can’t perform that action at this time.
0 commit comments