.rubocop.yml in conferrable-1.0.3 vs .rubocop.yml in conferrable-1.0.4

- old
+ new

@@ -1,4 +1,8 @@ -inherit_from: .rubocop_todo.yml - Metrics/LineLength: Max: 100 + +Metrics/BlockLength: + ExcludedMethods: ['it', 'describe', 'context', 'let', 'specify'] + +AllCops: + TargetRubyVersion: 2.3