Select Git revision
gitlab_schema.graphql
Forked from
GitLab.org / GitLab
Source project has a limited visibility.
-
Luke Duncalfe authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46721 introduced a new rubocop that enforced periods at the end of GraphQL description strings. Existing offenses were added to `.rubocop_manual_todo.yml`. This change fixes roughly half of the offenses in `ee/app/graphql/types` and `ee/app/graphql/ee/types` and removes the exclusion of them from `.rubocop_manual_todo.yml`. The changes were generated using the following autocorrect: bundle exec rubocop app/graphql \ --auto-correct \ --only Graphql/Descriptions https://gitlab.com/gitlab-org/gitlab/-/issues/292426
Luke Duncalfe authoredhttps://gitlab.com/gitlab-org/gitlab/-/merge_requests/46721 introduced a new rubocop that enforced periods at the end of GraphQL description strings. Existing offenses were added to `.rubocop_manual_todo.yml`. This change fixes roughly half of the offenses in `ee/app/graphql/types` and `ee/app/graphql/ee/types` and removes the exclusion of them from `.rubocop_manual_todo.yml`. The changes were generated using the following autocorrect: bundle exec rubocop app/graphql \ --auto-correct \ --only Graphql/Descriptions https://gitlab.com/gitlab-org/gitlab/-/issues/292426
Code owners
Assign users and groups as approvers for specific file changes. Learn more.