Skip to content

Refactor lyrics-maker Compose files into use-case packages#70

Merged
tejpratap46 merged 1 commit into
mainfrom
codex/create-separate-files-for-each-compose
Jun 10, 2026
Merged

Refactor lyrics-maker Compose files into use-case packages#70
tejpratap46 merged 1 commit into
mainfrom
codex/create-separate-files-for-each-compose

Refactor lyrics-maker compose packages

ca0ac20
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Jun 8, 2026 in 4s

3 issues fixed. 3 issues found.

Annotations

Check warning on line 166 in modules/lyrics-maker/src/main/java/com/tejpratapsingh/lyricsmaker/presentation/compose/lyrics/LyricsSelectionModels.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

modules/lyrics-maker/src/main/java/com/tejpratapsingh/lyricsmaker/presentation/compose/lyrics/LyricsSelectionModels.kt#L166

Parentheses in (frames / fps) are unnecessary and can be replaced with: frames / fps. (detekt.UnnecessaryParentheses)

Check notice on line 388 in modules/lyrics-maker/src/main/java/com/tejpratapsingh/lyricsmaker/presentation/compose/lyrics/SyncedLyricsSelector.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

modules/lyrics-maker/src/main/java/com/tejpratapsingh/lyricsmaker/presentation/compose/lyrics/SyncedLyricsSelector.kt#L62-L388

Complex Method

Check notice on line 253 in modules/lyrics-maker/src/main/java/com/tejpratapsingh/lyricsmaker/presentation/compose/projects/ProjectCard.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

modules/lyrics-maker/src/main/java/com/tejpratapsingh/lyricsmaker/presentation/compose/projects/ProjectCard.kt#L50-L253

Complex Method