Skip to content

feat: support for external download apps #4161

feat: support for external download apps

feat: support for external download apps #4161

Triggered via pull request May 26, 2024 17:36
Status Failure
Total duration 35s
Artifacts

lint.yml

on: pull_request
Check Code Quality
26s
Check Code Quality
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check Code Quality: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt#L31
[ktlint] reported by reviewdog 🐶 Property name should use the screaming snake case notation when the value can not be changed Raw Output: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt:31:23: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt#L64
[ktlint] reported by reviewdog 🐶 Newline expected after opening parenthesis Raw Output: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt:64:29: error: Newline expected after opening parenthesis (standard:function-signature)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt#L64
[ktlint] reported by reviewdog 🐶 Parameter should start on a newline Raw Output: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt:64:47: error: Parameter should start on a newline (standard:function-signature)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt#L64
[ktlint] reported by reviewdog 🐶 Parameter should start on a newline Raw Output: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt:64:81: error: Parameter should start on a newline (standard:function-signature)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt#L64
[ktlint] reported by reviewdog 🐶 Newline expected before closing parenthesis Raw Output: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt:64:96: error: Newline expected before closing parenthesis (standard:function-signature)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt#L73
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt:73:26: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt#L86
[ktlint] reported by reviewdog 🐶 Missing trailing comma before ")" Raw Output: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt:86:35: error: Missing trailing comma before ")" (standard:trailing-comma-on-declaration-site)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt#L92
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt:92:42: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt#L93
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: app/src/main/java/com/github/libretube/helpers/DownloadHelper.kt:93:29: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Check Code Quality
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835