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>2022-09-21 21:10:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-21 21:10:44 +0300
commit136ec65df5255512264ef62e9ad5561e5f85a735 (patch)
treeb21f397fa036fb63d868da97b99c920db9b9900a /.rubocop_todo/metrics
parente87220d9c1a7878a4cb2bb86554c5951371e340b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/metrics')
-rw-r--r--.rubocop_todo/metrics/parameter_lists.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.rubocop_todo/metrics/parameter_lists.yml b/.rubocop_todo/metrics/parameter_lists.yml
new file mode 100644
index 00000000000..14cd46d31fb
--- /dev/null
+++ b/.rubocop_todo/metrics/parameter_lists.yml
@@ -0,0 +1,9 @@
+---
+Metrics/ParameterLists:
+ Exclude:
+ - 'app/helpers/avatars_helper.rb'
+ - 'app/helpers/blob_helper.rb'
+ - 'app/models/packages/sem_ver.rb'
+ - 'app/models/repository.rb'
+ - 'lib/gitlab/git/tree.rb'
+ - 'lib/gitlab/version_info.rb'