Skip to content

Fix GraphQL/FieldHashKey offenses

  • Please check this box if this contribution uses AI-generated content as outlined in the GitLab DCO & CLA

What does this MR do and why?

This MR removes the exclusion for GraphQL/FieldHashKey offenses in the appropriate yaml file and runs rubocop on files to correct the offending bits of code.

Related to issue #239356

Part of Epic &11989

Fix GraphQL/FieldHashKey offenses

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Run the command bundle exec rubocop --auto-correct --only Style/KeywordParametersOrder and verify no changes need to be made
Edited by 🤖 GitLab Bot 🤖

Merge request reports