builder:checkstyle-template.xml: add String.format template for xml files
This commit is contained in:
parent
95bc4064ae
commit
f2eb247d8b
1 changed files with 15 additions and 0 deletions
15
builder/src/main/resources/checkstyle-template.xml
Normal file
15
builder/src/main/resources/checkstyle-template.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module PUBLIC
|
||||
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
|
||||
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
|
||||
<module name="Checker">
|
||||
|
||||
%s
|
||||
|
||||
<module name="Treewalker">
|
||||
|
||||
%s
|
||||
|
||||
</module><!-- /Treewalker -->
|
||||
|
||||
</module><!-- /Checker -->
|
Loading…
Reference in a new issue