summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-29 18:09:26 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-29 18:09:26 +0000
commit7fe1490a589010205896293ec225dfcc88676a9e (patch)
tree565f6771a34ef557a6dcdd37f46f379e904f0a45 /.rubocop.yml
parenta466e9450d5949aa762913729918db02b5d27761 (diff)
downloadgitlab-ce-7fe1490a589010205896293ec225dfcc88676a9e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 143a7db9ae7..2367cef34b8 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -498,8 +498,16 @@ RSpec/FactoryBot/AvoidCreate:
Include:
- 'spec/presenters/**/*.rb'
- 'spec/serializers/**/*.rb'
+ - 'spec/helpers/**/*.rb'
+ - 'spec/views/**/*.rb'
+ - 'spec/components/**/*.rb'
+ - 'spec/mailers/**/*.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'
RSpec/FactoryBot/StrategyInCallback:
Enabled: true