Skip to content

Commit

Permalink
Suppress a warning for a custom cop
Browse files Browse the repository at this point in the history
This commit suppresses the following warning for a custom cop:

```console
$ bundle exec rake
(snip)

rubocop
.rubocop.yml: RSpec/FactoryBot/CreateList has the wrong namespace - should be FactoryBot
```

RuboCop AST does not use factory_bot, so it is an unnecessary config.
  • Loading branch information
koic committed Jun 14, 2023
1 parent 941b8aa commit d5e3869
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Expand Up @@ -120,8 +120,5 @@ RSpec/NestedGroups:
RSpec/MultipleMemoizedHelpers:
Enabled: false

RSpec/FactoryBot/CreateList:
Enabled: false

RSpec/StubbedMock:
Enabled: false

0 comments on commit d5e3869

Please sign in to comment.