Skip to content

Commit

Permalink
HDDS-10556. Checkstyle summary excludes errors with xml (#6410)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Mar 22, 2024
1 parent 4364ef7 commit 74f04a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadoop-ozone/dev-support/checks/checkstyle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/' \
Expand Down

0 comments on commit 74f04a7

Please sign in to comment.