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-09-08 18:09:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-08 18:09:24 +0300
commit132b8909c81349a88317a00b94c1de97e2db4b74 (patch)
tree1f3bd9b2cb79ebceaa31694eb9f2df2333502937 /.rubocop_todo/style
parent73e7987ee3249d40057ee5f57b2aeb876f8f9c77 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/style')
-rw-r--r--.rubocop_todo/style/redundant_parentheses.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo/style/redundant_parentheses.yml b/.rubocop_todo/style/redundant_parentheses.yml
index 540dcfa3ca7..3516277bbdc 100644
--- a/.rubocop_todo/style/redundant_parentheses.yml
+++ b/.rubocop_todo/style/redundant_parentheses.yml
@@ -1,7 +1,6 @@
---
# 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'