Enable Style/EndOfLine Rubocop style cop

Use Unix-style line endings. See #17478.
This commit is contained in:
Grzegorz Bizon 2016-05-30 10:35:37 +02:00
parent 43c35b0f20
commit 1707e89c29
2 changed files with 27 additions and 27 deletions

View File

@ -222,7 +222,7 @@ Style/EndBlock:
# Use Unix-style line endings.
Style/EndOfLine:
Enabled: false
Enabled: true
# Favor the use of Fixnum#even? && Fixnum#odd?
Style/EvenOdd: