Add and apply Style/KeywordArgumentsMerging rubocop rule
This rule was introduced in RuboCop 1.68 to encourage passing additional keyword arguments directly instead of using merge.
This commit is contained in:
@@ -743,6 +743,9 @@ Style/InvertibleUnlessCondition:
|
||||
:present?: :blank?
|
||||
:zero?: ~
|
||||
|
||||
Style/KeywordArgumentsMerging:
|
||||
Enabled: true
|
||||
|
||||
Style/LineEndConcatenation:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user