Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-12 12:12:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-12 12:12:56 +0300
commit2d560e614a2d5feea84288c2d1f50b40d796f97a (patch)
tree8a6a18e6f5befc04de3db43554899aced9af5fd3 /.rubocop.yml
parentd89147da045b9d00c4e35de3c7b39ed2b02ef7a6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index bd98f99ad24..b87752aec3b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1110,3 +1110,12 @@ Database/AvoidUsingPluckWithoutLimit:
- 'spec/**/*.rb'
- 'ee/spec/**/*.rb'
- 'qa/qa/specs/**/*.rb'
+
+Style/SymbolProc:
+ AllowedMethods:
+ - define_method
+ - mail
+ - respond_to
+ # See https://gitlab.com/gitlab-org/gitlab/-/issues/434151
+ - each_batch
+ - each_sub_batch