You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/07/27 00:03:01 UTC

svn commit: r1613733 - /maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml

Author: hboutemy
Date: Sat Jul 26 22:03:01 2014
New Revision: 1613733

URL: http://svn.apache.org/r1613733
Log:
[MCHECKSTYLE-239] removed Translation rule from Maven checks

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_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=1613733&r1=1613732&r2=1613733&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 Sat Jul 26 22:03:01 2014
@@ -38,10 +38,6 @@ under the License.
     <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
     <!-- module name="NewlineAtEndOfFile"/ -->
 
-    <!-- Checks that property files contain the same keys.         -->
-    <!-- See http://checkstyle.sf.net/config_misc.html#Translation -->
-    <module name="Translation"/>
-
     <module name="FileLength"/>
 
     <!-- Checks for Headers                              -->