Skip to content

Commit

Permalink
Update .rubocop.yml (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeeken authored Jun 14, 2024
1 parent 90ccf1d commit 9894584
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ Style/SignalException:
Style/MethodCalledOnDoEndBlock:
Enabled: true


# OpenStruct shouldn't be used anymore due to performance
# degradation on ruby 3.2+
Style/OpenStructUse:
Enabled: true

# Enforcing the names of variables? To single letter ones? Just no.
Style/SingleLineBlockParams:
Enabled: false
Expand Down

0 comments on commit 9894584

Please sign in to comment.