Nigel Daley wrote:
The Hadoop nightly build uses the src/test/checkstyle.xml as expected, but the patch process copies in a custom version of both the xml and xsl. The custom version only has the following rules enabled since that is all we've cleaned up in the code base.<module name="Indentation"> <property name="basicOffset" value="2" /> <property name="caseIndent" value="2" /> </module>
Should we check these into subversion so that folks can more easily replicate what Hudson does?
Doug