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>2021-07-20 12:55:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-20 12:55:51 +0300
commite8d2c2579383897a1dd7f9debd359abe8ae8373d (patch)
treec42be41678c2586d49a75cabce89322082698334 /.rubocop_todo.yml
parentfc845b37ec3a90aaa719975f607740c22ba6a113 (diff)
Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml19
1 files changed, 1 insertions, 18 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index ad1f7afa451..09aa4471a4c 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -440,7 +440,7 @@ Rails/ApplicationController:
- 'app/controllers/health_controller.rb'
- 'app/controllers/metrics_controller.rb'
- 'ee/app/controllers/oauth/geo_auth_controller.rb'
- - 'ee/spec/helpers/ee/services_helper_spec.rb'
+ - 'ee/spec/helpers/ee/integrations_helper_spec.rb'
- 'lib/gitlab/base_doorkeeper_controller.rb'
- 'lib/gitlab/request_forgery_protection.rb'
- 'spec/controllers/concerns/continue_params_spec.rb'
@@ -660,23 +660,6 @@ Style/BisectedAttrAccessor:
Style/CaseLikeIf:
Enabled: false
-# Offense count: 10
-# Cop supports --auto-correct.
-# Configuration parameters: IgnoredMethods.
-# IgnoredMethods: ==, equal?, eql?
-Style/ClassEqualityComparison:
- Exclude:
- - 'app/finders/security/jobs_finder.rb'
- - 'app/services/projects/overwrite_project_service.rb'
- - 'app/uploaders/dependency_proxy/file_uploader.rb'
- - 'ee/app/graphql/resolvers/vulnerabilities/issue_links_resolver.rb'
- - 'lib/gitlab/background_migration/user_mentions/models/note.rb'
- - 'lib/gitlab/diff/file.rb'
- - 'lib/gitlab/git.rb'
- - 'lib/gitlab/import_export/relation_tree_restorer.rb'
- - 'spec/requests/api/services_spec.rb'
- - 'spec/support/shared_examples/lib/gitlab/import_export/relation_factory_shared_examples.rb'
-
# Offense count: 13
Style/CombinableLoops:
Exclude: