Skip to content

Commit 55efc38

Browse files
committed
Disable Style/EndOfLine RuboCop cop
This causes AppVeyor builds to fail and doesn't seem useful.
1 parent 5a59670 commit 55efc38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Style/DotPosition:
4242
Style/Encoding:
4343
EnforcedStyle: when_needed
4444

45+
# Fails on AppVeyor builds
46+
Style/EndOfLine:
47+
Enabled: false
48+
4549
Style/FileName:
4650
Exclude:
4751
- 'template-dir/hooks/*'

0 commit comments

Comments
 (0)