.rubocop.yml in rubocop-rake-0.5.0 vs .rubocop.yml in rubocop-rake-0.5.1
- old
+ new
@@ -5,9 +5,12 @@
- rubocop-rspec
AllCops:
TargetRubyVersion: 2.4
+Layout/LineLength:
+ Enabled: false
+
Metrics:
Enabled: false
Style/StringLiterals:
Enabled: false