.rubocop.yml in oembed_proxy-0.2.0 vs .rubocop.yml in oembed_proxy-0.2.1
- old
+ new
@@ -1,10 +1,10 @@
AllCops:
TargetRubyVersion: 2.3
Exclude:
- 'bin/*'
-Metrics/LineLength:
+Layout/LineLength:
Enabled: false
Metrics/BlockLength:
Exclude:
- 'spec/**/*'