Author: hboutemy
Date: Mon Aug 18 15:18:41 2014
New Revision: 1618632

URL: http://svn.apache.org/r1618632
Log:
[MCHECKSTYLE-246] added UniqueProperties rule (introduced in Checkstyle 5.7)

Modified:
    
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
    
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/sun_checks.xml

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml?rev=1618632&r1=1618631&r2=1618632&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
 Mon Aug 18 15:18:41 2014
@@ -202,4 +202,8 @@ under the License.
     <!-- see 
http://checkstyle.sourceforge.net/config.html#SuppressWarningsFilter -->
     <module name="SuppressWarningsFilter"/>
 
+    <!-- Checks properties file for a duplicated properties. -->
+    <!-- See 
http://checkstyle.sourceforge.net/config_misc.html#UniqueProperties -->
+    <module name="UniqueProperties"/>
+
 </module>

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/sun_checks.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/sun_checks.xml?rev=1618632&r1=1618631&r2=1618632&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/sun_checks.xml
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/sun_checks.xml
 Mon Aug 18 15:18:41 2014
@@ -191,4 +191,8 @@
     <!-- see 
http://checkstyle.sourceforge.net/config.html#SuppressWarningsFilter -->
     <module name="SuppressWarningsFilter"/>
 
+    <!-- Checks properties file for a duplicated properties. -->
+    <!-- See 
http://checkstyle.sourceforge.net/config_misc.html#UniqueProperties -->
+    <module name="UniqueProperties"/>
+
 </module>


Reply via email to