Author: sebb
Date: Wed Dec 9 23:00:31 2015
New Revision: 1718982
URL: http://svn.apache.org/viewvc?rev=1718982&view=rev
Log:
+=NewlineAtEndOfFile
Modified:
jmeter/trunk/checkstyle.xml
Modified: jmeter/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/checkstyle.xml?rev=1718982&r1=1718981&r2=1718982&view=diff
==============================================================================
--- jmeter/trunk/checkstyle.xml (original)
+++ jmeter/trunk/checkstyle.xml Wed Dec 9 23:00:31 2015
@@ -39,6 +39,8 @@
<property name="fileExtensions" value="java, xml, xsd, dtd, htm, html, txt"/>
</module>
+ <module name="NewlineAtEndOfFile"/>
+
<module name="TreeWalker">
<!-- Operator must be at end of wrapped line -->
@@ -95,7 +97,8 @@
<module name="JavadocPackage"/>
-->
- <!-- Setup special comments to suppress specific checks from source files -->
+ <!-- Setup special comments to suppress specific checks from source files
+ CHECKSTYLE\:OFF and CHECKSTYLE\:ON -->
<module name="SuppressionCommentFilter"/>
<module name="SuppressionFilter">
|