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/layout/closing_parenthesis_indentation.yml')
-rw-r--r--.rubocop_todo/layout/closing_parenthesis_indentation.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop_todo/layout/closing_parenthesis_indentation.yml b/.rubocop_todo/layout/closing_parenthesis_indentation.yml
new file mode 100644
index 00000000000..79397e92312
--- /dev/null
+++ b/.rubocop_todo/layout/closing_parenthesis_indentation.yml
@@ -0,0 +1,6 @@
+---
+# Cop supports --auto-correct.
+Layout/ClosingParenthesisIndentation:
+ Exclude:
+ - 'app/presenters/project_presenter.rb'
+ - 'spec/requests/api/internal/base_spec.rb'