.rubocop.yml in acb-0.1.0 vs .rubocop.yml in acb-0.1.1
- old
+ new
@@ -1,8 +1,15 @@
AllCops:
TargetRubyVersion: 2.6
+ NewCops: enable
+ SuggestExtensions: false
+ Exclude:
+ - 'gemfiles/*'
+Gemspec/RequireMFA:
+ Enabled: false
+
Style/Documentation:
Enabled: false
Style/StringLiterals:
Enabled: true
@@ -12,5 +19,7 @@
Enabled: true
EnforcedStyle: single_quotes
Layout/LineLength:
Max: 120
+ Exclude:
+ - 'spec/support/seed.rb'