.rubocop.yml in coolkit-0.2.0 vs .rubocop.yml in coolkit-0.2.1

- old
+ new

@@ -23,14 +23,14 @@ Max: 150 Layout/EmptyLineAfterGuardClause: Enabled: false -Layout/EmptyLinesAroundBlockBody: +Layout/EmptyLinesAroundModuleBody: Enabled: false -Layout/EmptyLinesAroundBlockBody: +Layout/EmptyLinesAroundClassBody: Enabled: false Layout/EmptyLinesAroundBlockBody: Enabled: false @@ -86,13 +86,17 @@ # ============================================================================== # Unsorted # ============================================================================== +# Default value (special_inside_parentheses) is ridiculous. +# Look for yourself: https://www.rubydoc.info/gems/rubocop/0.69.0/RuboCop/Cop/Layout/IndentFirstHashElement Layout/IndentFirstHashElement: EnforcedStyle: consistent +# Default value (special_inside_parentheses) is ridiculous. +# Look for yourself: https://www.rubydoc.info/gems/rubocop/0.69.0/RuboCop/Cop/Layout/IndentFirstArrayElement Layout/IndentFirstArrayElement: EnforcedStyle: consistent Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma @@ -144,6 +148,5 @@ Metrics/PerceivedComplexity: Enabled: false Style/CommentedKeyword: Enabled: False -