.rubocop.yml in tangle-0.9.0 vs .rubocop.yml in tangle-0.10.0

- old
+ new

@@ -1,4 +1,7 @@ +AllCops: + TargetRubyVersion: 2.3 + Metrics/BlockLength: Exclude: - 'spec/*_spec.rb' Style/BlockDelimiters: