[java-parent-projects COMMIT] /java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Nov 4 03:48:17 EST 2013


Author: rdw
Date: Mon Nov  4 03:48:17 2013
New Revision: 174

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=174&view=rev
Log:
JPAR-32 Disable the "Interface should describe a type and should hence have methods "checkstyle check

Modified:
    java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml

Modified: java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml?rev=174&r1=173&r2=174&view=diff
==============================================================================
--- java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml (original)
+++ java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml Mon Nov  4 03:48:17 2013
@@ -65,7 +65,6 @@
     <module name="SimplifyBooleanReturn"/>
     <module name="FinalClass"/>
     <module name="HideUtilityClassConstructor"/>
-    <module name="InterfaceIsType"/>
     <module name="VisibilityModifier"/>
     <module name="ArrayTypeStyle"/>
     <module name="UpperEll"/>



More information about the commits mailing list