File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 192192 <checkstyleRules >
193193 <module name =" Checker" >
194194 <module name =" Header" >
195- <property name =" headerFile" value =" licence_header.java" ></ property >
196- <property name =" ignoreLines" value =" 2" ></ property >
197- <property name =" fileExtensions" value =" java" ></ property >
198- <message key =" header.mismatch" value =" File must start with the Apache2 licence header (see licence_header.java)." ></ message >
199- <message key =" header.missing" value =" File must start with the Apache2 licence header (see licence_header.java)." ></ message >
195+ <property name =" headerFile" value =" licence_header.java" / >
196+ <property name =" ignoreLines" value =" 2" / >
197+ <property name =" fileExtensions" value =" java" / >
198+ <message key =" header.mismatch" value =" File must start with the Apache2 licence header (see licence_header.java)." / >
199+ <message key =" header.missing" value =" File must start with the Apache2 licence header (see licence_header.java)." / >
200200 </module >
201201 </module >
202202 </checkstyleRules >
293293 <excludes >
294294 <exclude >CHANGELOG.md</exclude >
295295 </excludes >
296- <flexmark ></ flexmark >
296+ <flexmark / >
297297 </markdown >
298298 <pom >
299299 <includes >
300300 <include >pom.xml</include >
301301 </includes >
302- <sortPom ></ sortPom >
302+ <sortPom / >
303303 </pom >
304304 <java >
305305 <googleJavaFormat >
330330 <sources >
331331 <source >${project.build.directory} /generated-sources/jjtree</source >
332332 </sources >
333- <skipAddSourceIfMissing ></ skipAddSourceIfMissing >
333+ <skipAddSourceIfMissing / >
334334 </configuration >
335335 </execution >
336336 </executions >
You can’t perform that action at this time.
0 commit comments