.rubocop.yml in rom-event_store-0.0.5 vs .rubocop.yml in rom-event_store-0.0.6
- old
+ new
@@ -27,11 +27,11 @@
# UTF-8 is perfectly fine in comments
Style/AsciiComments:
Enabled: false
# Allow using braces for value-returning blocks
-Style/Blocks:
+Style/BlockDelimiters:
Enabled: false
# Documentation checked by Inch CI
Style/Documentation:
Enabled: false
@@ -46,14 +46,10 @@
# Multiline block chains are ok
Style/MultilineBlockChain:
Enabled: false
-# Even a single escaped slash can be confusing
-Style/RegexpLiteral:
- MaxSlashes: 0
-
# Don’t introduce semantic fail/raise distinction
Style/SignalException:
EnforcedStyle: only_raise
# Need to be skipped for >-> usage
@@ -66,13 +62,8 @@
# Allow def self.foo; @foo; end
Style/TrivialAccessors:
Enabled: false
-# This is a shim file for those who require 'rom-mongo'
+# Allow rom-sql
Style/FileName:
- Exclude:
- - lib/rom-event_store.rb
-
-# Rescue modificar is useful sometimes
-Style/RescueModifier:
- Enabled: false
+ Enabled: false