Browse Source

HADOOP-19502. Add RegexpSingleline module to checkstyle.xml. (#7505) Contributed by hfutatzhanghb.

Signed-off-by: Shilun Fan <slfan1989@apache.org>
hfutatzhanghb 1 month ago
parent
commit
488376c13b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml

+ 5 - 0
hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml

@@ -73,6 +73,11 @@
         <property name="max" value="100"/>
         <property name="max" value="100"/>
     </module>
     </module>
 
 
+    <module name="RegexpSingleline">
+        <property name="format" value="\s+$"/>
+        <property name="severity" value="warn"/>
+    </module>
+
     <module name="TreeWalker">
     <module name="TreeWalker">
 
 
         <module name="SuppressWarningsHolder"/>
         <module name="SuppressWarningsHolder"/>