builder:checkstyle-template.xml: add String.format template for xml files

This commit is contained in:
Paul Campbell 2017-01-05 07:01:57 +00:00
parent 95bc4064ae
commit f2eb247d8b

View 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 -->