summaryrefslogtreecommitdiff
path: root/.rubocop_todo/graphql/field_definitions.yml
blob: 35ed870fa412173fb48c80eae8e7987a5f756929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
GraphQL/FieldDefinitions:
  Exclude:
  - app/graphql/types/commit_type.rb
  - app/graphql/types/group_type.rb
  - app/graphql/types/issue_type.rb
  - app/graphql/types/label_type.rb
  - ee/app/graphql/types/ci/code_quality_degradation_type.rb
  - ee/app/graphql/types/epic_type.rb
  - ee/app/graphql/types/group_release_stats_type.rb
  - ee/app/graphql/types/iteration_type.rb
  - ee/app/graphql/types/requirements_management/requirement_type.rb
  - ee/app/graphql/types/vulnerability_type.rb