.rubocop.yml in
dendroid-0.0.2
vs .rubocop.yml in
dendroid-0.0.3
- old
+ new
@@ -1,4 +1,8 @@
+Layout/EndOfLine:
+ Enabled: true
+ EnforcedStyle: lf
+
Metrics/BlockLength: Enabled: true Max: 50 Naming/MethodParameterName: