mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
11 lines
358 B
YAML
11 lines
358 B
YAML
---
|
|
# Cop supports --autocorrect.
|
|
Gitlab/Rails/SafeFormat:
|
|
Exclude:
|
|
- 'app/graphql/types/project_type.rb'
|
|
- 'app/helpers/emails_helper.rb'
|
|
- 'app/helpers/groups/group_members_helper.rb'
|
|
- 'app/helpers/search_helper.rb'
|
|
- 'app/models/integrations/beyond_identity.rb'
|
|
- 'app/services/security/ci_configuration/base_create_service.rb'
|