Skip to content

Commit

Permalink
Remove unused MSG constant
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Oct 22, 2022
1 parent 28c3304 commit 2d2594a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/rubocop/cop/rspec/factory_bot/association_style.rb
Expand Up @@ -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]
Expand Down

0 comments on commit 2d2594a

Please sign in to comment.