Skip to content

Commit

Permalink
Merge pull request rubocop#11859 from ydah/add-rubocop-factory_bot-to…
Browse files Browse the repository at this point in the history
…-suggested-extensions

Add rubocop-factory_bot to suggested extensions and extension doc
  • Loading branch information
koic committed May 8, 2023
2 parents 9b9e735 + cdfd684 commit c567e1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* [#11859](https://github.com/rubocop/rubocop/pull/11859): Add rubocop-factory_bot to suggested extensions. ([@ydah][])
1 change: 1 addition & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ AllCops:
rubocop-rake: [rake]
rubocop-graphql: [graphql]
rubocop-capybara: [capybara]
rubocop-factory_bot: [factory_bot, factory_bot_rails]
# Enable/Disable checking the methods extended by Active Support.
ActiveSupportExtensionsEnabled: false

Expand Down
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Code style checking for Sequel gem
Thread-safety analysis
* https://github.com/rubocop/rubocop-capybara[rubocop-capybara] -
Capybara-specific analysis
* https://github.com/rubocop/rubocop-factory_bot[rubocop-factory_bot] -
factory_bot-specific analysis

==== Third-party Extensions

Expand Down

0 comments on commit c567e1d

Please sign in to comment.