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>2023-07-08 03:08:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-08 03:08:05 +0300
commitca412911f38be22bd3ebe7f7ec4e553314a055c5 (patch)
treeaf44262c9bfb239e913cd18b6fbfed1ea3ec3b85 /.rubocop_todo
parent557e0c82504248a44bcbce32b93dc432929fe2ca (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r--.rubocop_todo/layout/line_length.yml1
-rw-r--r--.rubocop_todo/search/namespaced_class.yml1
2 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop_todo/layout/line_length.yml b/.rubocop_todo/layout/line_length.yml
index d9ed5351ed0..dc6cccb6762 100644
--- a/.rubocop_todo/layout/line_length.yml
+++ b/.rubocop_todo/layout/line_length.yml
@@ -255,7 +255,6 @@ Layout/LineLength:
- 'app/helpers/sorting_helper.rb'
- 'app/helpers/ssh_keys_helper.rb'
- 'app/helpers/startupjs_helper.rb'
- - 'app/helpers/storage_helper.rb'
- 'app/helpers/submodule_helper.rb'
- 'app/helpers/tags_helper.rb'
- 'app/helpers/timeboxes_helper.rb'
diff --git a/.rubocop_todo/search/namespaced_class.yml b/.rubocop_todo/search/namespaced_class.yml
index 8074e90fc53..e80b4de305a 100644
--- a/.rubocop_todo/search/namespaced_class.yml
+++ b/.rubocop_todo/search/namespaced_class.yml
@@ -26,6 +26,7 @@ Search/NamespacedClass:
- 'ee/app/models/concerns/elastic/projects_search.rb'
- 'ee/app/models/concerns/elastic/repositories_search.rb'
- 'ee/app/models/concerns/elastic/snippets_search.rb'
+ - 'ee/app/models/concerns/elastic/update_associated_epics_on_date_change.rb'
- 'ee/app/models/concerns/elastic/wiki_repositories_search.rb'
- 'ee/app/models/concerns/elasticsearch_indexed_container.rb'
- 'ee/app/models/concerns/zoekt/searchable_repository.rb'