.rubocop.yml in rabbit_messaging-0.15.0 vs .rubocop.yml in rabbit_messaging-1.0.0
- old
+ new
@@ -12,14 +12,17 @@
- Rakefile
- rabbit_messaging.gemspec
- bin/console
- environments/*.rb
+RSpec/ReceiveMessages:
+ Enabled: false
+
+RSpec/VerifiedDoubleReference:
+ EnforcedStyle: string
+
Style/Alias:
EnforcedStyle: prefer_alias_method
Style/HashConversion:
Exclude:
- spec/**/*
-
-RSpec/VerifiedDoubleReference:
- EnforcedStyle: string