Enable rubocop Layout/EndOfLine cop with LF

This commit is contained in:
Bertocq
2018-02-11 10:33:51 +01:00
parent 664db2306c
commit 43559981eb

View File

@@ -22,6 +22,9 @@ Metrics/LineLength:
Layout/IndentationConsistency: Layout/IndentationConsistency:
EnforcedStyle: rails EnforcedStyle: rails
Layout/EndOfLine:
EnforcedStyle: lf
Bundler/DuplicatedGem: Bundler/DuplicatedGem:
Enabled: true Enabled: true