diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 10:35:37 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 10:35:37 +0200 |
commit | 1707e89c2969a5bf85836fb9f55079f5c29f3b0f (patch) | |
tree | 7f9da6aa6a6e344d292fe081296e8f5177fa2336 /.rubocop.yml | |
parent | 43c35b0f20fb3bb67ea2b96bf8f806c7e95b6aec (diff) | |
download | gitlab-ce-1707e89c2969a5bf85836fb9f55079f5c29f3b0f.tar.gz |
Enable Style/EndOfLine Rubocop style copstyle/enable-rubocop-end-of-line-cop
Use Unix-style line endings. See #17478.
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 2d8eb4077f3..7cf985383b6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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: |