-
- 下载
Merge branch 'tchu-add-worker-find_by_id-cop' into 'master'
Add cop to avoid find in Sidekiq workers See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/159112 Merged-by:Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Serena Fang <sfang@gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Reviewed-by:
Peter Leitzen <pleitzen@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
Terri Chu <tchu@gitlab.com>
显示
- .rubocop.yml 6 个添加, 0 个删除.rubocop.yml
- .rubocop_todo/gitlab/no_find_in_workers.yml 100 个添加, 0 个删除.rubocop_todo/gitlab/no_find_in_workers.yml
- ee/app/workers/llm/completion_worker.rb 2 个添加, 0 个删除ee/app/workers/llm/completion_worker.rb
- gems/config/rubocop.yml 4 个添加, 0 个删除gems/config/rubocop.yml
- rubocop/cop/gitlab/no_find_in_workers.rb 43 个添加, 0 个删除rubocop/cop/gitlab/no_find_in_workers.rb
- spec/rubocop/cop/gitlab/no_find_in_workers_spec.rb 36 个添加, 0 个删除spec/rubocop/cop/gitlab/no_find_in_workers_spec.rb
.rubocop_todo/gitlab/no_find_in_workers.yml
0 → 100644
rubocop/cop/gitlab/no_find_in_workers.rb
0 → 100644
想要评论请 注册 或 登录