Skip to content

Refactor: 대규모 아키텍처 개선 - 멀티모듈화, Compose 마이그레이션, MVI 패턴 적용

a5b086c
Select commit
Loading
Failed to load commit list.
Merged

[Refactor] 대규모 아키텍처 개선 - 멀티모듈화, Compose 마이그레이션, MVI 패턴 적용 #122

Refactor: 대규모 아키텍처 개선 - 멀티모듈화, Compose 마이그레이션, MVI 패턴 적용
a5b086c
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Dec 29, 2025 in 7s

5 issues fixed. 4 issues found.

Annotations

Check warning on line 269 in feature/home/src/main/kotlin/com/toyou/feature/home/ui/HomeScreen.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

feature/home/src/main/kotlin/com/toyou/feature/home/ui/HomeScreen.kt#L269

Forbidden TODO todo marker in comment, please do the changes. (detekt.ForbiddenComment)

Check warning on line 136 in feature/mypage/src/main/kotlin/com/toyou/feature/mypage/ui/MypageScreen.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

feature/mypage/src/main/kotlin/com/toyou/feature/mypage/ui/MypageScreen.kt#L136

Forbidden TODO todo marker in comment, please do the changes. (detekt.ForbiddenComment)

Check notice on line 287 in feature/create/src/main/kotlin/com/toyou/feature/create/ui/CreateWriteScreen.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

feature/create/src/main/kotlin/com/toyou/feature/create/ui/CreateWriteScreen.kt#L174-L287

Complex Method

Check warning on line 122 in feature/mypage/src/main/kotlin/com/toyou/feature/mypage/mvi/ProfileViewModel.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

feature/mypage/src/main/kotlin/com/toyou/feature/mypage/mvi/ProfileViewModel.kt#L122

Parentheses in (userNickname == nickname) are unnecessary and can be replaced with: userNickname == nickname. (detekt.UnnecessaryParentheses)