summaryrefslogtreecommitdiff
path: root/.rubocop_todo/layout/parameter_alignment.yml
blob: 56a96fb82c17183e94ae6458d0a33ac5684bf9d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# Cop supports --autocorrect.
Layout/ParameterAlignment:
  Details: grace period
  Exclude:
    - 'lib/gitlab/cross_project_access.rb'
    - 'lib/gitlab/data_builder/push.rb'
    - 'spec/lib/gitlab/background_migration/remove_occurrence_pipelines_and_duplicate_vulnerabilities_findings_spec.rb'
    - 'spec/support/helpers/content_security_policy_helpers.rb'
    - 'spec/support/helpers/migrations_helpers/vulnerabilities_helper.rb'
    - 'spec/support/helpers/repo_helpers.rb'
    - 'spec/support/helpers/stub_object_storage.rb'