summaryrefslogtreecommitdiff
path: root/.rubocop_todo/layout/closing_parenthesis_indentation.yml
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'