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-01-27 18:08:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-27 18:08:56 +0300
commit524a21e75209d2501b23b648daf753e3a4bebe56 (patch)
treeaeed4e65e44cee9e0b23298da15828655d23dc94 /.rubocop.yml
parentb59833305bfaf6b0b3347ad2b626c90c3b3fd5fc (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 f7d08c191aa..77c54053db3 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -948,3 +948,7 @@ Cop/FeatureFlagUsage:
# See https://gitlab.com/gitlab-org/gitlab/-/issues/386618
Layout/HashAlignment:
Enabled: false
+
+Style/ArgumentsForwarding:
+ Enabled: true
+ AllowOnlyRestArgument: false