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