Skip to content

Commit

Permalink
Merge pull request #2149 from koic/disable_layout_first_argument_inde…
Browse files Browse the repository at this point in the history
…ntation_cop

Disable `Layout/FirstArgumentIndentation` cop
  • Loading branch information
yahonda committed Feb 23, 2021
2 parents 2660ed2 + 808f30e commit 2a2943b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ Layout/EmptyLinesAroundModuleBody:
Style/HashSyntax:
Enabled: true

Layout/FirstArgumentIndentation:
Enabled: true

# Method definitions after `private` or `protected` isolated calls need one
# extra level of indentation.
Layout/IndentationConsistency:
Expand Down

0 comments on commit 2a2943b

Please sign in to comment.