Skip to content

chore: update ktlint.yml#78

Merged
tejpratap46 merged 1 commit into
mainfrom
chore/fix-ktlint
Jul 4, 2026
Merged

chore: update ktlint.yml#78
tejpratap46 merged 1 commit into
mainfrom
chore/fix-ktlint

chore: update ktlint.yml

90711c5
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Jul 4, 2026 in 5s

2 issues fixed. 2 issues found.

Annotations

Check warning on line 105 in modules/media3-motion-ext/src/main/java/com/tejpratapsingh/motionlib/media3/Media3CompositionBuilder.kt

See this annotation in the file changed.

@codefactor-io 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)

Check warning on line 100 in modules/media3-motion-ext/src/main/java/com/tejpratapsingh/motionlib/media3/Media3CompositionBuilder.kt

See this annotation in the file changed.

@codefactor-io 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)