Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo/graphql/field_definitions.yml')
-rw-r--r--.rubocop_todo/graphql/field_definitions.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.rubocop_todo/graphql/field_definitions.yml b/.rubocop_todo/graphql/field_definitions.yml
new file mode 100644
index 00000000000..c6ca8674264
--- /dev/null
+++ b/.rubocop_todo/graphql/field_definitions.yml
@@ -0,0 +1,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