Skip to content

Commit

Permalink
keep arguments style for rails join
Browse files Browse the repository at this point in the history
don't try to make existing projects change this. they have already changed all
these to match the old enforced style, and the only reason for the change is to
"reduce the number of string instances".

rubocop/rubocop-rails#141
  • Loading branch information
tamsin johnson committed Jun 10, 2020
1 parent e8da390 commit 8ae0cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bixby_rails_enabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Rails/Exit:

Rails/FilePath:
Enabled: true
EnforcedStyle: arguments

Rails/FindBy:
Enabled: true
Expand Down

0 comments on commit 8ae0cfa

Please sign in to comment.