.rubocop.yml in rabbit_messaging-0.12.1 vs .rubocop.yml in rabbit_messaging-0.13.0
- old
+ new
@@ -2,10 +2,11 @@
rubocop-config-umbrellio: lib/rubocop.yml
AllCops:
DisplayCopNames: true
TargetRubyVersion: 2.5
+ SuggestExtensions: false
Include:
- lib/**/*.rb
- spec/**/*.rb
- Gemfile
- Rakefile
@@ -17,5 +18,8 @@
EnforcedStyle: prefer_alias_method
Style/HashConversion:
Exclude:
- spec/**/*
+
+RSpec/VerifiedDoubleReference:
+ EnforcedStyle: string