This is an automated email from the ASF dual-hosted git repository.
myskov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 74f04a7328 HDDS-10556. Checkstyle summary excludes errors with xml
(#6410)
74f04a7328 is described below
commit 74f04a732809fb19366e490f79a6b4c0e40ce44c
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Mar 22 13:10:28 2024 +0100
HDDS-10556. Checkstyle summary excludes errors with xml (#6410)
---
hadoop-ozone/dev-support/checks/checkstyle.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-ozone/dev-support/checks/checkstyle.sh
b/hadoop-ozone/dev-support/checks/checkstyle.sh
index cb8b6f8f91..18ae390597 100755
--- a/hadoop-ozone/dev-support/checks/checkstyle.sh
+++ b/hadoop-ozone/dev-support/checks/checkstyle.sh
@@ -42,7 +42,7 @@ cat "${REPORT_DIR}/output.log"
find "." -name checkstyle-errors.xml -print0 \
| xargs -0 sed '$!N; /<file.*\n<\/file/d;P;D' \
| sed \
- -e '/<\?xml.*>/d' \
+ -e '/<?xml.*>/d' \
-e '/<checkstyle.*/d' \
-e '/<\/.*/d' \
-e 's/<file name="\([^"]*\)".*/\1/' \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]