.rubocop.yml in zold-stress-0.5.1 vs .rubocop.yml in zold-stress-0.5.2
- old
+ new
@@ -1,9 +1,9 @@
AllCops:
DisplayCopNames: true
TargetRubyVersion: 2.3.3
-Style/EndOfLine:
+Layout/EndOfLine:
EnforcedStyle: lf
Metrics/LineLength:
Max: 120
Metrics/AbcSize:
Max: 100