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: 3abbb024db60c32bfa7ba0c5077d308e482c9b6a (plain)
1
2
3
4
5
6
---
# Cop supports --autocorrect.
Layout/ClosingParenthesisIndentation:
  Exclude:
    - 'app/presenters/project_presenter.rb'
    - 'spec/requests/api/internal/base_spec.rb'