config/default.yml in rubocop-standard-5.2.1 vs config/default.yml in rubocop-standard-6.0.0
- old
+ new
@@ -1,10 +1,12 @@
require:
- rubocop-performance
- rubocop-rake
AllCops:
+ DisplayCopNames: true
+ DisplayStyleGuide: true
NewCops: enable
Exclude:
- bin/**/*
- db/schema.rb
- db/migrate/*.rb
@@ -56,7 +58,6 @@
Style/HashSyntax:
Enabled: false
Style/StringLiterals:
- Enabled: true
- EnforcedStyle: single_quotes
+ EnforcedStyle: double_quotes