.rubocop.yml in render-text-helper-0.1.0 vs .rubocop.yml in render-text-helper-0.2.0

- old
+ new

@@ -9,5 +9,12 @@ Enabled: true EnforcedStyle: single_quotes Layout/LineLength: Max: 120 + +Metrics/BlockLength: + Max: 50 + +Layout/CaseIndentation: + EnforcedStyle: end + IndentOneStep: true