-
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 offenses in `ee/app/graphql/resolvers` and `ee/app/graphql/ee/resolvers` and removes their exclusion of them from `.rubocop_manual_todo.yml`. The changes were generated using the following autocorrect: bundle exec rubocop ee/app/graphql \ --auto-correct \ --only Graphql/Descriptions https://gitlab.com/gitlab-org/gitlab/-/issues/292426
fe98f111