This is an automated email from the ASF dual-hosted git repository. slfan1989 pushed a commit to branch revert-7505-HADOOP-19502 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 8a26dd40037b9e0c6f84ddd3c93a5e949ce5225a Author: slfan1989 <55643692+slfan1...@users.noreply.github.com> AuthorDate: Tue Mar 25 15:29:56 2025 +0800 Revert "HADOOP-19502. Add RegexpSingleline module to checkstyle.xml. (#7505) …" This reverts commit 488376c13b1b374159b07db55ace2e7edc265ac8. --- hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml index 574c48d4286..ca8d137dd5e 100644 --- a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml +++ b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml @@ -73,11 +73,6 @@ <property name="max" value="100"/> </module> - <module name="RegexpSingleline"> - <property name="format" value="\s+$"/> - <property name="severity" value="warn"/> - </module> - <module name="TreeWalker"> <module name="SuppressWarningsHolder"/> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org