chore: update ktlint.yml#78
Merged
Merged
codefactor.io / CodeFactor
succeeded
Jul 4, 2026 in 5s
2 issues fixed. 2 issues found.
Annotations
codefactor-io / CodeFactor
modules/media3-motion-ext/src/main/java/com/tejpratapsingh/motionlib/media3/Media3CompositionBuilder.kt#L105
Parentheses in (frame.toDouble() / fps.toDouble()) are unnecessary and can be replaced with: frame.toDouble() / fps.toDouble() (detekt.UnnecessaryParentheses)
codefactor-io / CodeFactor
modules/media3-motion-ext/src/main/java/com/tejpratapsingh/motionlib/media3/Media3CompositionBuilder.kt#L100
Parentheses in (frame.toDouble() / fps.toDouble()) are unnecessary and can be replaced with: frame.toDouble() / fps.toDouble() (detekt.UnnecessaryParentheses)
Loading