Skip to content

Commit

Permalink
Disable Rails/OrderById cop
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jun 15, 2024
1 parent 95343a4 commit 196d476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Rails/NotNullColumn:
Enabled: false

Rails/OrderById:
Enabled: true
Enabled: false

Rails/Output:
Enabled: true
Expand Down

0 comments on commit 196d476

Please sign in to comment.