diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-12 00:07:24 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-12 00:07:24 +0000 |
commit | ab897e851ce73ebd65e8b7bb2c6f72e7c486f0a7 (patch) | |
tree | 6e24c73b69c42120523e2ce978826f688954419a /.rubocop_todo | |
parent | e09df167d9b060d9c194a49f3ae9f7ac72632413 (diff) | |
download | gitlab-ce-ab897e851ce73ebd65e8b7bb2c6f72e7c486f0a7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r-- | .rubocop_todo/graphql/field_method.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop_todo/graphql/field_method.yml b/.rubocop_todo/graphql/field_method.yml index 7c336451c41..6a05b3c23b8 100644 --- a/.rubocop_todo/graphql/field_method.yml +++ b/.rubocop_todo/graphql/field_method.yml @@ -1,8 +1,4 @@ --- 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 |