Author: markt Date: Tue Feb 28 15:27:09 2017 New Revision: 1784751 URL: http://svn.apache.org/viewvc?rev=1784751&view=rev Log: Exclude PEm files from checkstyle format checks.
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1784751&r1=1784750&r2=1784751&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Tue Feb 28 15:27:09 2017 @@ -547,6 +547,7 @@ <exclude name="output/**"/> <exclude name="modules/**"/> <exclude name="**/*.mdl"/> + <exclude name="**/*.pem"/> <exclude name="**/*.svg"/> <exclude name="**/*_2.xml"/> <exclude name="res/checkstyle/header-al2.txt"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org