summaryrefslogtreecommitdiff
path: root/.rubocop_todo/graphql/field_definitions.yml
blob: c6ca867426448a124268f1c0958cd90dfdae21a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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
  - app/graphql/types/project_type.rb
  - app/graphql/types/projects/topic_type.rb
  - app/graphql/types/release_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