.rubocop.yml in base45-0.1.0 vs .rubocop.yml in base45-0.2.0

- old
+ new

@@ -9,5 +9,8 @@ Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 + +Metrics/BlockLength: + ExcludedMethods: ['describe']