The source project of this merge request has been removed.
Fix offenses in 'app/graphql/mutations/'
requested to merge (removed):384323-chore-fix-offenses-for-graphql/descriptions-manually into master
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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #384323 (closed)
Edited by Peter Leitzen