summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-13 21:08:20 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-13 21:08:20 +0000
commit4f4b85e1c7f7a5518f12a6981709cf3ef3f0f653 (patch)
tree8adfdbfb57def6abe06a2cb3a0f058a861612c67 /.rubocop.yml
parent04befb368f4b170ce19bb2c7c8739baa08b04a0a (diff)
downloadgitlab-ce-4f4b85e1c7f7a5518f12a6981709cf3ef3f0f653.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 65a896f6f16..3489c2e2534 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -526,12 +526,14 @@ RSpec/FactoryBot/AvoidCreate:
- 'spec/views/**/*.rb'
- 'spec/components/**/*.rb'
- 'spec/mailers/**/*.rb'
+ - 'spec/routes/directs/*.rb'
- 'ee/spec/presenters/**/*.rb'
- 'ee/spec/serializers/**/*.rb'
- 'ee/spec/helpers/**/*.rb'
- 'ee/spec/views/**/*.rb'
- 'ee/spec/components/**/*.rb'
- 'ee/spec/mailers/**/*.rb'
+ - 'ee/spec/routes/directs/*.rb'
RSpec/FactoryBot/StrategyInCallback:
Enabled: true