Author: markt Date: Sun Jul 25 00:12:02 2010 New Revision: 978952 URL: http://svn.apache.org/viewvc?rev=978952&view=rev Log: Add additional tests known to pass - list provided by Marc Guillemot.
Modified: tomcat/trunk/checkstyle.xml Modified: tomcat/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/checkstyle.xml?rev=978952&r1=978951&r2=978952&view=diff ============================================================================== --- tomcat/trunk/checkstyle.xml (original) +++ tomcat/trunk/checkstyle.xml Sun Jul 25 00:12:02 2010 @@ -19,5 +19,25 @@ "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> <module name="Checker"> + <!-- When adding checks, keep to the order checks are listed under --> + <!-- 'Standard Checks' in the Checkstyle documentation: --> + <!-- http://checkstyle.sourceforge.net/config_coding.html --> + + <!-- Misc --> + <module name="Translation"/> + + <!-- Whitespace --> <module name="FileTabCharacter"/> + + <module name="TreeWalker"> + <!-- Coding --> + <module name="IllegalInstantiation"/> + + <!-- Imports --> + <module name="IllegalImport"/> + <!-- + Do not use - does not take account of imports required for Javadocs + <module name="UnusedImports"/> + --> + </module> </module> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org