Skip to content

Commit

Permalink
rubocop: disable Style/ConditionalAssignment
Browse files Browse the repository at this point in the history
I actually find the recommended style harder to read for most instances.
  • Loading branch information
peff committed Oct 5, 2022
1 parent 74558b7 commit 1e72694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Style/StringLiterals:
Enabled: false
Style/Documentation:
Enabled: false
Style/ConditionalAssignment:
Enabled: false
Layout/LineLength:
Enabled: false

Expand Down

0 comments on commit 1e72694

Please sign in to comment.