summaryrefslogtreecommitdiff
path: root/.rubocop_todo/graphql/ordered_fields.yml
blob: b7135d7aabbd1fc74e39c268839d2319555cf954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
GraphQL/OrderedFields:
  Exclude:
  - app/graphql/types/ci/runner_type.rb
  - app/graphql/types/container_repository_type.rb
  - app/graphql/types/dependency_proxy/manifest_type.rb
  - app/graphql/types/merge_request_type.rb
  - app/graphql/types/project_statistics_type.rb
  - app/graphql/types/release_type.rb
  - app/graphql/types/root_storage_statistics_type.rb
  - ee/app/graphql/types/scan_type.rb
  - ee/app/graphql/types/timebox_report_type.rb