hiroyuki-sato opened a new pull request, #48392:
URL: https://github.com/apache/arrow/pull/48392

   ### Rationale for this change
   
   This fix introduces new Ruby formatting checks to streamline multi-person 
development.
   
   ### What changes are included in this PR?
   
   Enable 
[`Layout/TrailingEmptyLines`](https://docs.rubocop.org/rubocop/cops_layout.html#layouttrailingemptylines)
 options
   
   ```ruby
   # `final_newline` looks for one newline at the end of files.
   
   # bad
   class Foo; end
   
   # EOF
   
   # bad
   class Foo; end # EOF
   
   # good
   class Foo; end
   # EOF
   ```
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to