Skip to content

Commit

Permalink
Remove unnecessary $
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed May 27, 2023
1 parent 3324d18 commit 7007566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/factory_bot/create_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class CreateList < ::RuboCop::Cop::Base # rubocop:disable Metrics/ClassLength

# @!method arguments_include_method_call?(node)
def_node_matcher :arguments_include_method_call?, <<~PATTERN
(send #factory_call? :create sym `$(send ...))
(send #factory_call? :create sym `(send ...))
PATTERN

# @!method factory_call(node)
Expand Down

0 comments on commit 7007566

Please sign in to comment.