CI 품질 게이트 실패 원인 수정#44
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request implements lazy initialization for several backend services and clients (including ChatService, ImageService, RagService, and the Supabase client) to optimize resource usage and prevent unnecessary instantiation, supported by new unit tests. In the frontend, an unnecessary // ignore: deprecated_member_use comment was added above cacheExtent in story_screen.dart. Since cacheExtent is not deprecated, this comment should be removed to avoid potential linter warnings or errors.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| // ignore: deprecated_member_use | ||
| cacheExtent: 300, |
There was a problem hiding this comment.
변경 사항
다.
검증
CI run:
https://github.com/sorlros/NovelAIne/actions/runs/26802127435
후속 확인