Files
gitlab-foss/.rubocop_todo/gitlab/rails/safe_format.yml
2025-01-08 12:35:22 +00:00

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'