Welcome to mirror list, hosted at ThFree Co, Russian Federation.

closing_parenthesis_indentation.yml « layout « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 79397e92312433eeebcd12bf1dccd4674b15fad4 (plain)
1
2
3
4
5
6
---
# Cop supports --auto-correct.
Layout/ClosingParenthesisIndentation:
  Exclude:
    - 'app/presenters/project_presenter.rb'
    - 'spec/requests/api/internal/base_spec.rb'