.rubocop.yml in fspath-2.1.1 vs .rubocop.yml in fspath-3.0.0

- old
+ new

@@ -4,11 +4,11 @@ Lint/EndAlignment: AlignWith: variable Metrics/ClassLength: - Max: 175 + Max: 200 Metrics/MethodLength: Max: 15 Style/AccessModifierIndentation: @@ -47,13 +47,19 @@ '%W': '[]' Style/Semicolon: AllowAsExpressionSeparator: true +Style/SignalException: + EnforcedStyle: semantic + Style/SpaceBeforeBlockBraces: EnforcedStyle: no_space Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space -Style/TrailingComma: +Style/TrailingCommaInArguments: + EnforcedStyleForMultiline: no_comma + +Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma