You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/04/12 04:58:01 UTC

[GitHub] [orc] williamhyun commented on a change in pull request #681: ORC-783: Add a checkstyle rule to prevent trailing white spaces.

williamhyun commented on a change in pull request #681:
URL: https://github.com/apache/orc/pull/681#discussion_r611327276



##########
File path: java/pom.xml
##########
@@ -275,6 +275,10 @@
                 </module>
                 <module name="NewlineAtEndOfFile">
                 </module>
+                <module name="RegexpSingleline">
+                  <property name="format" value="\s+$"/>
+                  <property name="message" value="No trailing white space allowed."/>
+                </module>

Review comment:
       Thank you, I have updated the PR. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org