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-07-04 00:06:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-04 00:06:59 +0300
commit037e06544afe9593e47f95b2b36f92480a54e34c (patch)
treec84613c0d45e4b83cde04389dd18921921308388 /.rubocop_todo/style
parente8e149fc945f6f78725f312254577fb03b7666ec (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/style')
-rw-r--r--.rubocop_todo/style/redundant_parentheses.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.rubocop_todo/style/redundant_parentheses.yml b/.rubocop_todo/style/redundant_parentheses.yml
new file mode 100644
index 00000000000..540dcfa3ca7
--- /dev/null
+++ b/.rubocop_todo/style/redundant_parentheses.yml
@@ -0,0 +1,9 @@
+---
+# Cop supports --autocorrect.
+Style/RedundantParentheses:
+ Details: grace period
+ Exclude:
+ - 'spec/graphql/types/ci/job_kind_enum_spec.rb'
+ - 'spec/lib/gitlab/import_export/command_line_util_spec.rb'
+ - 'spec/requests/verifies_with_email_spec.rb'
+ - 'spec/services/projects/create_service_spec.rb'