Updated checkstyle plugin configuration to avoid false positive.

This commit is contained in:
Luc Maisonobe 2015-05-17 17:35:07 +02:00
parent 0c0455fd66
commit 241dccdca6
1 changed files with 1 additions and 0 deletions

View File

@ -638,6 +638,7 @@
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
<includeResources>false</includeResources>
<headerLocation>${basedir}/license-header.txt</headerLocation>
</configuration>
<reportSets>