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:
Diffstat (limited to '.rubocop_todo/style/redundant_parentheses.yml')
-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'