You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/07/17 01:32:36 UTC

[GitHub] [flink] DashShen commented on pull request #12911: [hotfix][k8s] fix checkstyle problem

DashShen commented on pull request #12911:
URL: https://github.com/apache/flink/pull/12911#issuecomment-659776124


   @zentol There is trully a rule constrains that file should be end with a new line.
   ```xml
   <module name="Checker">
   ....
     <module name="NewlineAtEndOfFile">
       <!-- windows can use \r\n vs \n, so enforce the most used one ie UNIx style -->
       <property name="lineSeparator" value="lf" />
     </module>
   ...
   ```


----------------------------------------------------------------
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