From 2d2594a6875b2fa9472dfa4cb4ef71b0edc4b138 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Sun, 23 Oct 2022 06:15:51 +0900 Subject: [PATCH] Remove unused `MSG` constant --- lib/rubocop/cop/rspec/factory_bot/association_style.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rubocop/cop/rspec/factory_bot/association_style.rb b/lib/rubocop/cop/rspec/factory_bot/association_style.rb index 359be4583..52ed15bf7 100644 --- a/lib/rubocop/cop/rspec/factory_bot/association_style.rb +++ b/lib/rubocop/cop/rspec/factory_bot/association_style.rb @@ -32,8 +32,6 @@ class AssociationStyle < Base include ConfigurableEnforcedStyle - MSG = 'Use consistent style in FactoryBot associations.' - RESTRICT_ON_SEND = %i[factory trait].freeze # @param node [RuboCop::AST::SendNode]