config/ruby.yml in caliber-0.32.0 vs config/ruby.yml in caliber-0.33.0

- old
+ new

@@ -345,9 +345,11 @@ Style/RedundantStringEscape: Enabled: true Style/RedundantInitialize: Enabled: true AllowComments: false +Style/ExactRegexpMatch: + Enabled: true Style/ReturnNil: Enabled: true Style/RequireOrder: Enabled: true Style/SafeNavigation: