12 lines
534 B
YAML
12 lines
534 B
YAML
---
|
|
# 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'
|