summaryrefslogtreecommitdiff
path: root/.rubocop_todo
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-16 06:10:05 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-16 06:10:05 +0000
commit99f7d9e732811b7d430e195bc7f0589adbf2b27c (patch)
tree814162dc0dade5d283c00ef53a7b6588cdb392e9 /.rubocop_todo
parent473d6b24349755c8ade489fdb93d5a5463ccc13f (diff)
downloadgitlab-ce-99f7d9e732811b7d430e195bc7f0589adbf2b27c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r--.rubocop_todo/layout/hash_alignment.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.rubocop_todo/layout/hash_alignment.yml b/.rubocop_todo/layout/hash_alignment.yml
index c95fa7d7267..0f440235339 100644
--- a/.rubocop_todo/layout/hash_alignment.yml
+++ b/.rubocop_todo/layout/hash_alignment.yml
@@ -2,36 +2,6 @@
# Cop supports --auto-correct.
Layout/HashAlignment:
Exclude:
- - 'ee/app/graphql/types/vulnerabilities/asset_type.rb'
- - 'ee/app/graphql/types/vulnerabilities/container_image_type.rb'
- - 'ee/app/graphql/types/vulnerabilities/link_type.rb'
- - 'ee/app/graphql/types/vulnerability/external_issue_link_type.rb'
- - 'ee/app/graphql/types/vulnerability/issue_link_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/base_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/boolean_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/code_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/commit_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/diff_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/file_location_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/int_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/list_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/markdown_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/module_location_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/table_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/text_type.rb'
- - 'ee/app/graphql/types/vulnerability_details/url_type.rb'
- - 'ee/app/graphql/types/vulnerability_location/container_scanning_type.rb'
- - 'ee/app/graphql/types/vulnerability_location/coverage_fuzzing_type.rb'
- - 'ee/app/graphql/types/vulnerability_location/dast_type.rb'
- - 'ee/app/graphql/types/vulnerability_location/dependency_scanning_type.rb'
- - 'ee/app/graphql/types/vulnerability_location/generic_type.rb'
- - 'ee/app/graphql/types/vulnerability_location/sast_type.rb'
- - 'ee/app/graphql/types/vulnerability_location/secret_detection_type.rb'
- - 'ee/app/graphql/types/vulnerability_request_response_header_type.rb'
- - 'ee/app/graphql/types/vulnerability_request_type.rb'
- - 'ee/app/graphql/types/vulnerability_response_type.rb'
- - 'ee/app/graphql/types/vulnerability_scanner_type.rb'
- - 'ee/app/graphql/types/vulnerability_type.rb'
- 'ee/app/graphql/types/vulnerable_dependency_type.rb'
- 'ee/app/graphql/types/vulnerable_kubernetes_resource_type.rb'
- 'ee/app/graphql/types/vulnerable_projects_by_grade_type.rb'