mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Remove unnecessary cop suppression
The line length was fine here, and plus it was in the wrong namespace for recent versions of rubocop
This commit is contained in:
parent
78662b5010
commit
8bbfca2be8
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ module FactoryBot
|
|||
# end
|
||||
#
|
||||
# are equivalent.
|
||||
def method_missing(name, *args, &block) # rubocop:disable Style/MissingRespondToMissing, Style/MethodMissingSuper, Metrics/LineLength
|
||||
def method_missing(name, *args, &block) # rubocop:disable Style/MissingRespondToMissing, Style/MethodMissingSuper
|
||||
association_options = args.first
|
||||
|
||||
if association_options.nil?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue