.rubocop.yml in dump-1.2.0 vs .rubocop.yml in dump-1.2.1

- old
+ new

@@ -19,11 +19,11 @@ EnforcedStyle: trailing Layout/EndAlignment: EnforcedStyleAlignWith: variable -Layout/IndentHash: +Layout/IndentFirstHashElement: EnforcedStyle: consistent Layout/SpaceBeforeBlockBraces: EnforcedStyle: no_space @@ -54,9 +54,12 @@ Style/IfUnlessModifier: Enabled: false Style/ParallelAssignment: + Enabled: false + +Style/SafeNavigation: Enabled: false Style/Semicolon: AllowAsExpressionSeparator: true