rubocop-factory_bot

2.26.1last stable release 7 months ago
Complexity Score
Low
Open Issues
N/A
Dependent Projects
35
Weekly Downloadsglobal
68,423

License

  • MIT
    • Yesattribution
    • Permissivelinking
    • Permissivedistribution
    • Permissivemodification
    • Nopatent grant
    • Yesprivate use
    • Permissivesublicensing
    • Notrademark grant

Downloads

Readme

RuboCop factory_bot

factory_bot-specific analysis for your projects, as an extension to RuboCop.

Installation

Just install the rubocop-factory_bot gem

gem install rubocop-factory_bot

or if you use bundler put this in your Gemfile

gem 'rubocop-factory_bot', require: false

Usage

You need to tell RuboCop to load the factory_bot extension. There are three ways to do this:

RuboCop configuration file

Put this into your .rubocop.yml.

require: rubocop-factory_bot

Alternatively, use the following array notation when specifying multiple extensions.

require:
  - rubocop-other-extension
  - rubocop-factory_bot

Now you can run rubocop and it will automatically load the RuboCop factory_bot cops together with the standard cops.

Command line

rubocop --require rubocop-factory_bot

Rake task

RuboCop::RakeTask.new do |task|
  task.requires << 'rubocop-factory_bot'
end

Documentation

You can read more about RuboCop factory_bot in its official manual.

The Cops

All cops are located under lib/rubocop/cop/factory_bot, and contain examples/documentation.

In your .rubocop.yml, you may treat the factory_bot cops just like any other cop. For example:

FactoryBot/AttributeDefinedStatically:
  Exclude:
    - spec/factories/my_factory.rb

Contributing

Checkout the contribution guidelines.

License

rubocop-factory_bot is MIT licensed. See the accompanying file for the full text.

Dependencies

CVE IssuesActive
0
Scorecards Score
No Data
Test Coverage
No Data
Follows Semver
Yes
Github Stars
49
Dependenciestotal
1
DependenciesOutdated
0
DependenciesDeprecated
0
Threat Modelling
No Data
Repo Audits
No Data

Learn how to distribute rubocop-factory_bot in your own private RubyGems registry

gem install rubocop-factory_bot
Processing...
Done

8 Releases

RubyGems on Cloudsmith

Getting started with RubyGems on Cloudsmith is fast and easy.