updated checkstyle configuration so file summary is not displayed

Former-commit-id: ee580f6fd2c78cedb96a2dd43917040a4df24133
This commit is contained in:
Jeremy Long
2015-02-28 13:34:06 -05:00
parent 203a7da23a
commit 4af174d27b

View File

@@ -216,6 +216,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<version>2.11</version>
<configuration>
<enableRulesSummary>false</enableRulesSummary>
<enableFilesSummary>false</enableFilesSummary>
<configLocation>${basedir}/../src/main/config/checkstyle-checks.xml</configLocation>
<headerLocation>${basedir}/../src/main/config/checkstyle-header.txt</headerLocation>
<suppressionsLocation>${basedir}/../src/main/config/checkstyle-suppressions.xml</suppressionsLocation>