config/ruby.yml in caliber-0.12.1 vs config/ruby.yml in caliber-0.13.0

- old
+ new

@@ -83,10 +83,12 @@ InspectBlocks: true Layout/SingleLineBlockChain: Enabled: true Layout/SpaceBeforeBrackets: Enabled: true +Layout/SpaceInLambdaLiteral: + EnforcedStyle: require_space Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Layout/TrailingWhitespace: AllowInHeredoc: false Lint/AmbiguousAssignment: @@ -242,10 +244,12 @@ Enabled: true Style/InPatternThen: Enabled: true Style/IpAddresses: Enabled: true +Style/MagicCommentFormat: + Enabled: true Style/MapCompactWithConditionalBlock: Enabled: true Style/MapToHash: Enabled: true Style/MethodCalledOnDoEndBlock: @@ -307,9 +311,11 @@ Enabled: true Style/Send: Enabled: true Style/SignalException: EnforcedStyle: semantic +Style/StabbyLambdaParentheses: + EnforcedStyle: require_no_parentheses Style/StaticClass: Enabled: true Style/StringChars: Enabled: true Style/StringConcatenation: