Skip to content

Commit

Permalink
Merge pull request #199 from r7kamura/fb-association
Browse files Browse the repository at this point in the history
Remove `Sevencop/FactoryBotAssociationOption` cop
  • Loading branch information
r7kamura committed May 13, 2024
2 parents efc2ef8 + f465036 commit 395c642
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 144 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Note that all cops are `Enabled: false` by default.
## Cops

- [Sevencop/AutoloadOrdered](lib/rubocop/cop/sevencop/autoload_ordered.rb)
- [Sevencop/FactoryBotAssociationOption](lib/rubocop/cop/sevencop/factory_bot_association_option.rb)
- [Sevencop/FactoryBotAssociationStyle](lib/rubocop/cop/sevencop/factory_bot_association_style.rb)
- [Sevencop/HashElementOrdered](lib/rubocop/cop/sevencop/hash_element_ordered.rb)
- [Sevencop/MapMethodChain](lib/rubocop/cop/sevencop/map_method_chain.rb)
Expand Down
5 changes: 0 additions & 5 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ Sevencop/AutoloadOrdered:
Enabled: false
Safe: false

Sevencop/FactoryBotAssociationOption:
Description: |
Avoid redundant options on FactoryBot associations.
Enabled: false

Sevencop/FactoryBotAssociationStyle:
Description: |
Use consistent style in FactoryBot associations.
Expand Down
89 changes: 0 additions & 89 deletions lib/rubocop/cop/sevencop/factory_bot_association_option.rb

This file was deleted.

1 change: 0 additions & 1 deletion lib/sevencop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require_relative 'sevencop/version'

require_relative 'rubocop/cop/sevencop/autoload_ordered'
require_relative 'rubocop/cop/sevencop/factory_bot_association_option'
require_relative 'rubocop/cop/sevencop/factory_bot_association_style'
require_relative 'rubocop/cop/sevencop/hash_element_ordered'
require_relative 'rubocop/cop/sevencop/map_method_chain'
Expand Down
48 changes: 0 additions & 48 deletions spec/rubocop/cop/sevencop/factory_bot_association_option_spec.rb

This file was deleted.

0 comments on commit 395c642

Please sign in to comment.