diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index da3707972d3..91c7aa53fb7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -301,12 +301,6 @@ RSpec/AnyInstanceOf: Enabled: false # Cops for upgrade to gitlab-styles 3.1.0 -FactoryBot/FactoryClassName: - Enabled: false - -FactoryBot/CreateList: - Enabled: false - Rails/SafeNavigationWithBlank: Enabled: false |