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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-19 21:09:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-19 21:09:34 +0300
commitd4e22f4ade1ce4dfd54f4d1740f074b2be441705 (patch)
tree5f1f1bbe3c7673905804170bfd1becf665d4b0b5 /.rubocop_todo/security
parentc18599314d98c0aa4dfe7d56423469f0b641d066 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/security')
-rw-r--r--.rubocop_todo/security/io_methods.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.rubocop_todo/security/io_methods.yml b/.rubocop_todo/security/io_methods.yml
index 6138ca7ef3f..936bb21d5dc 100644
--- a/.rubocop_todo/security/io_methods.yml
+++ b/.rubocop_todo/security/io_methods.yml
@@ -4,21 +4,3 @@ Security/IoMethods:
Details: grace period
Exclude:
- 'db/migrate/20210301200959_init_schema.rb'
- - 'ee/lib/tasks/gitlab/spdx.rake'
- - 'ee/spec/factories/spdx_catalogue.rb'
- - 'ee/spec/lib/ee/gitlab/import_export/group/legacy_tree_saver_spec.rb'
- - 'ee/spec/lib/gitlab/spdx/catalogue_spec.rb'
- - 'lib/gitlab/import_export/json/legacy_reader.rb'
- - 'lib/gitlab/import_export/lfs_restorer.rb'
- - 'lib/tasks/gitlab/assets.rake'
- - 'spec/features/projects/import_export/export_file_spec.rb'
- - 'spec/lib/backup/gitaly_backup_spec.rb'
- - 'spec/lib/gitlab/import_export/group/legacy_tree_restorer_spec.rb'
- - 'spec/lib/gitlab/import_export/group/legacy_tree_saver_spec.rb'
- - 'spec/lib/gitlab/import_export/group/tree_restorer_spec.rb'
- - 'spec/lib/gitlab/import_export/import_test_coverage_spec.rb'
- - 'spec/lib/gitlab/import_export/json/legacy_writer_spec.rb'
- - 'spec/lib/gitlab/import_export/lfs_saver_spec.rb'
- - 'spec/lib/gitlab/import_export/project/relation_saver_spec.rb'
- - 'spec/support/helpers/gitaly_setup.rb'
- - 'spec/support/import_export/common_util.rb'