config/ruby.yml in caliber-0.54.0 vs config/ruby.yml in caliber-0.55.0

- old
+ new

@@ -209,10 +209,12 @@ AllowNamesEndingInNumbers: false Security/CompoundHash: Enabled: true Security/IoMethods: Enabled: true +Style/AccessModifierDeclarations: + AllowModifiersOnSymbols: false Style/ArgumentsForwarding: Enabled: false Style/ArrayCoercion: Enabled: true Style/ArrayIntersect: @@ -285,9 +287,11 @@ - "::1" - "127.0.0.1" Style/MagicCommentFormat: Enabled: true Style/MapCompactWithConditionalBlock: + Enabled: true +Style/MapIntoArray: Enabled: true Style/MapToHash: Enabled: true Style/MapToSet: Enabled: true