Skip to content

Commit

Permalink
Add style guide link for Style/OptionHash
Browse files Browse the repository at this point in the history
Closes #12401.
  • Loading branch information
koic committed Jan 12, 2024
1 parent c51dfec commit 172937e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4712,6 +4712,7 @@ Style/OperatorMethodCall:

Style/OptionHash:
Description: "Don't use option hashes when you can use keyword arguments."
StyleGuide: '#keyword-arguments-vs-option-hashes'
Enabled: false
VersionAdded: '0.33'
VersionChanged: '0.34'
Expand Down

0 comments on commit 172937e

Please sign in to comment.