.rubocop.yml in fast_ignore-0.2.0 vs .rubocop.yml in fast_ignore-0.3.0

- old
+ new

@@ -9,10 +9,11 @@ AllCops: Exclude: - db/schema* - .bundle/**/* - tmp/**/* + - vendor/**/* DisplayCopNames: true DisplayStyleGuide: true # all of our layout customisations are because we prefer indentation to be # always consistently 2 spaces, for blocks, scopes, multiline expressions, etc @@ -66,18 +67,18 @@ # to match our preference for consistent indentation Layout/FirstHashElementLineBreak: Enabled: true # to match our preference for consistent indentation -Layout/FirstParameterIndentation: +Layout/IndentFirstArgument: EnforcedStyle: consistent # to match our preference for consistent indentation -Layout/IndentArray: +Layout/IndentFirstArrayElement: EnforcedStyle: consistent # to match our preference for consistent indentation -Layout/IndentHash: +Layout/IndentFirstHashElement: EnforcedStyle: consistent # to match our preference for consistent indentation # and hanging assignment looks lost Layout/MultilineAssignmentLayout: