.rubocop.yml in rom-sql-0.6.1 vs .rubocop.yml in rom-sql-0.7.0.beta1

- 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 @@ -50,13 +50,9 @@ # Result::Success and Result::Failure use > for callbacks Style/OpMethod: Exclude: - lib/rom/command_registry.rb - -# Even a single escaped slash can be confusing -Style/RegexpLiteral: - MaxSlashes: 0 # Don’t introduce semantic fail/raise distinction Style/SignalException: EnforcedStyle: only_raise