Skip to content

Fix offenses in 'app/graphql/mutations/'

What does this MR do and why?

This MR aims to clean Rubocop offenses in app/graphql/mutations.

See !105727 (comment 1203613720) for more context why are doing this.

Screenshots or screen recordings

Not applicable

How to set up and validate locally

To view offenses, simply run:

REVEAL_RUBOCOP_TODO=1 rubocop --only Graphql/Descriptions --autocorrect --format simple app/graphql/mutations/

MR acceptance checklist

  • This MR has been reviewed by a technical writer/maintainer.

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #384323 (closed)

Edited by Peter Leitzen

Merge request reports