diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-02-20 13:49:51 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-02-20 13:49:51 +0000 |
commit | 71786ddc8e28fbd3cb3fcc4b3ff15e5962a1c82e (patch) | |
tree | 6a2d93ef3fb2d353bb7739e4b57e6541f51cdd71 /.rubocop_todo/rails/negate_include.yml | |
parent | a7253423e3403b8c08f8a161e5937e1488f5f407 (diff) | |
download | gitlab-ce-15.9.0-rc42.tar.gz |
Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42
Diffstat (limited to '.rubocop_todo/rails/negate_include.yml')
-rw-r--r-- | .rubocop_todo/rails/negate_include.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.rubocop_todo/rails/negate_include.yml b/.rubocop_todo/rails/negate_include.yml index 14e5ceae628..48a1e4483b9 100644 --- a/.rubocop_todo/rails/negate_include.yml +++ b/.rubocop_todo/rails/negate_include.yml @@ -16,7 +16,6 @@ Rails/NegateInclude: - 'app/services/work_items/parent_links/create_service.rb' - 'config/application.rb' - 'config/initializers/1_settings.rb' - - 'danger/roulette/Dangerfile' - 'ee/app/finders/security/pipeline_vulnerabilities_finder.rb' - 'ee/app/models/ee/vulnerability.rb' - 'ee/app/services/epic_issues/create_service.rb' @@ -34,22 +33,10 @@ Rails/NegateInclude: - 'lib/gitlab/import_export/attributes_permitter.rb' - 'lib/gitlab/search_results.rb' - 'lib/gitlab/task_helpers.rb' - - 'lib/gitlab/url_blocker.rb' - - 'lib/gitlab_edition.rb' - - 'qa/qa/page/merge_request/show.rb' - - 'qa/qa/runtime/ip_address.rb' - - 'qa/qa/support/run.rb' - 'qa/qa/tools/delete_test_users.rb' - - 'rubocop/cop/gitlab/feature_available_usage.rb' - - 'rubocop/cop/graphql/id_type.rb' - - 'rubocop/cop/migration/add_reference.rb' - - 'rubocop/cop/rspec/factory_bot/inline_association.rb' - - 'scripts/lib/gitlab.rb' - - 'scripts/static-analysis' - 'spec/lib/container_registry/blob_spec.rb' - 'spec/lib/container_registry/client_spec.rb' - 'spec/lib/gitlab/metrics/dashboard/stages/metric_endpoint_inserter_spec.rb' - 'spec/lib/gitlab/metrics/subscribers/active_record_spec.rb' - 'spec/support/matchers/pushed_frontend_feature_flags_matcher.rb' - 'spec/uploaders/object_storage_spec.rb' - - 'tooling/danger/specs.rb' |