You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/10/04 00:38:13 UTC

svn commit: r1004063 - /directory/shared/trunk/ldap/src/checkstyle/suppressions.xml

Author: seelmann
Date: Sun Oct  3 22:38:13 2010
New Revision: 1004063

URL: http://svn.apache.org/viewvc?rev=1004063&view=rev
Log:
No checkstyle checks for forked Bounce Castle classes

Modified:
    directory/shared/trunk/ldap/src/checkstyle/suppressions.xml

Modified: directory/shared/trunk/ldap/src/checkstyle/suppressions.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/checkstyle/suppressions.xml?rev=1004063&r1=1004062&r2=1004063&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/checkstyle/suppressions.xml (original)
+++ directory/shared/trunk/ldap/src/checkstyle/suppressions.xml Sun Oct  3 22:38:13 2010
@@ -38,4 +38,7 @@
     <suppress files="org.apache.directory.shared.ldap.constants.SchemaConstants" checks="JavadocVariable" />
     <suppress files="org.apache.directory.shared.ldap.constants.MetaSchemaConstants" checks="JavadocVariable" />
     <suppress files="org.apache.directory.shared.ldap.constants.PasswordPolicySchemaConstants" checks="JavadocVariable" />
+
+    <!-- Classes in org.apache.directory.shared.asn1.der are forked from Bouncy Castle -->
+    <suppress files="org.apache.directory.shared.asn1.der" checks="[A-Za-z0-9]" />
 </suppressions>