Module: RuboCop::FactoryBot
- Defined in:
- lib/rubocop/factory_bot/factory_bot.rb,
lib/rubocop/factory_bot/version.rb,
lib/rubocop/factory_bot/language.rb,
lib/rubocop/factory_bot/cop/generator.rb,
lib/rubocop/factory_bot/config_formatter.rb,
lib/rubocop/factory_bot/description_extractor.rb
Overview
RuboCop factory_bot project namespace
Defined Under Namespace
Modules: Cop, Language, Version Classes: ConfigFormatter, DescriptionExtractor
Class Method Summary collapse
Class Method Details
.attribute_defining_methods ⇒ Object
54 55 56 |
# File 'lib/rubocop/factory_bot/factory_bot.rb', line 54 def self.attribute_defining_methods ATTRIBUTE_DEFINING_METHODS end |
.reserved_methods ⇒ Object
58 59 60 |
# File 'lib/rubocop/factory_bot/factory_bot.rb', line 58 def self.reserved_methods RESERVED_METHODS end |