Skip to content

Commit e4e1183

Browse files
committed
(maint) Ignore line endings
Rubocop and line ending checks are just terrible. Instead just ignore them for rubocop rules.
1 parent 2dd5c49 commit e4e1183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Style/ConditionalAssignment:
6464
Style/Next:
6565
Enabled: false
6666

67-
# Enforce LF line endings, even when on Windows
67+
# Line endings are just a mess
6868
Layout/EndOfLine:
69-
EnforcedStyle: lf
69+
Enabled: false
7070

7171
# We only alias for monkey patching
7272
Style/Alias:

0 commit comments

Comments
 (0)