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-03-16 03:07:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-16 03:07:19 +0300
commit3d7409c5d5c471fb95990200f7f78965dd2f42cf (patch)
tree9ee3fdd8af7e6b88a2a076f6d71851dec4938d30 /.rubocop.yml
parent512177dcc7369c6c3f4ae54cc8a0abcb73828f71 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 99fa10d4b44..99424713bd8 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -46,6 +46,10 @@ AllCops:
CacheRootDirectory: <%= Dir.getwd %>/tmp
MaxFilesInCache: 30000
+Metrics/ParameterLists:
+ Exclude:
+ - 'app/components/**/*'
+
Cop/AvoidKeywordArgumentsInSidekiqWorkers:
Enabled: true
Include: