diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-05 09:07:37 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-05 09:07:37 +0000 |
commit | cf98b5d69a84324cad0f23b786a0ec0937c90944 (patch) | |
tree | 96a65fa7e9f4560ca87fd3db9e9072ae46e14639 /.rubocop_todo.yml | |
parent | 5fd38b5f78df56538ff4362f7be734c65891f2d8 (diff) | |
download | gitlab-ce-cf98b5d69a84324cad0f23b786a0ec0937c90944.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 0bc600771e3..09aa4471a4c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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: |