Skip to content

Commit

Permalink
Update rubocop setting for indentation of rails internal methods
Browse files Browse the repository at this point in the history
As mentioned here:
rubocop/rubocop#1342 (comment)
 this setting is now updated to use a different value to enforce the
intended style
  • Loading branch information
boddhisattva committed Mar 22, 2020
1 parent 2ec4698 commit c5efd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Metrics/LineLength:
Max: 120

Layout/IndentationConsistency:
EnforcedStyle: rails
EnforcedStyle: indented_internal_methods

0 comments on commit c5efd13

Please sign in to comment.