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_method.yml')
-rw-r--r--.rubocop_todo/graphql/field_method.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.rubocop_todo/graphql/field_method.yml b/.rubocop_todo/graphql/field_method.yml
new file mode 100644
index 00000000000..1cc4aa7e264
--- /dev/null
+++ b/.rubocop_todo/graphql/field_method.yml
@@ -0,0 +1,12 @@
+---
+GraphQL/FieldMethod:
+ Exclude:
+ - app/graphql/types/ci/job_type.rb
+ - app/graphql/types/merge_request_type.rb
+ - app/graphql/types/metrics/dashboards/annotation_type.rb
+ - app/graphql/types/packages/package_details_type.rb
+ - app/graphql/types/project_type.rb
+ - ee/app/graphql/types/dast/profile_type.rb
+ - ee/app/graphql/types/dast_site_validation_type.rb
+ - ee/app/graphql/types/group_release_stats_type.rb
+ - ee/app/graphql/types/incident_management/oncall_rotation_type.rb