Skip to content

Commit 1272dfe

Browse files
committed
Add support for the toXml() method in string and lodash plugins.
1 parent 190c5b9 commit 1272dfe

File tree

8 files changed

+1660
-7
lines changed

8 files changed

+1660
-7
lines changed

lodash-plugin/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<module name="FileLength">
2121
<property name="fileExtensions" value="java"/>
2222
<property name="severity" value="warning"/>
23+
<property name="max" value="2500"/>
2324
</module>
2425
<module name="RegexpSingleline">
2526
<property name="format" value="\s+$"/>

lodash-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
<plugin>
193193
<groupId>org.apache.maven.plugins</groupId>
194194
<artifactId>maven-pmd-plugin</artifactId>
195+
<version>3.5</version>
195196
<configuration>
196197
<targetJdk>1.6</targetJdk>
197198
<rulesets>

0 commit comments

Comments
 (0)