This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d6824cdbed [chore][test] Check LineLength only for Java files (#17168)
1d6824cdbed is described below

commit 1d6824cdbed45c8f6ad0b160f0e23b2447e0620c
Author: tison <wander4...@gmail.com>
AuthorDate: Sat Aug 20 03:07:09 2022 +0800

    [chore][test] Check LineLength only for Java files (#17168)
---
 buildtools/src/main/resources/pulsar/checkstyle.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/buildtools/src/main/resources/pulsar/checkstyle.xml 
b/buildtools/src/main/resources/pulsar/checkstyle.xml
index 6a1c8076e5f..d1e65416043 100644
--- a/buildtools/src/main/resources/pulsar/checkstyle.xml
+++ b/buildtools/src/main/resources/pulsar/checkstyle.xml
@@ -39,6 +39,9 @@ page at http://checkstyle.sourceforge.net/config.html -->
         <property name="max" value="120"/>
         <property name="severity" value="error"/>
 
+        <!-- Checks only for Java files. -->
+        <property name="fileExtensions" value="java"/>
+
         <!--
           The default ignore pattern exempts the following elements:
             - import statements

Reply via email to