Skip to content

Fix GraphQL/OrderedFields offenses

Siddharth Asthana requested to merge edith007/gitlab:issue_346033_1/5 into master

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR aims to solve the issue #346033 (closed)

This fixes all GraphQL/OrderedFields offenses in:

  1. app/graphql/types/packages/composer/json_type.rb
  2. app/graphql/types/packages/composer/metadatum_type.rb
  3. app/graphql/types/packages/conan/file_metadatum_type.rb
  4. app/graphql/types/packages/conan/metadatum_type.rb
  5. app/graphql/types/packages/helm/dependency_type.rb
  6. app/graphql/types/packages/helm/maintainer_type.rb
  7. app/graphql/types/packages/helm/metadata_type.rb
  8. app/graphql/types/packages/maven/metadatum_type.rb

MR acceptance checklist

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

Edited by Rémy Coutable

Merge request reports