Skip to content

feat: hide mark as watched when video is watched #3036

feat: hide mark as watched when video is watched

feat: hide mark as watched when video is watched #3036

Triggered via pull request August 28, 2023 15:38
Status Failure
Total duration 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

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

Annotations

10 errors
Check Code Quality: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt#L20
[ktlint] reported by reviewdog 🐶 Exceeded max line length (100) Raw Output: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt:20:1: error: Exceeded max line length (100) (standard:max-line-length)
Check Code Quality: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt#L20
[ktlint] reported by reviewdog 🐶 Argument should be on a separate line (unless all arguments can fit a single line) Raw Output: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt:20:90: error: Argument should be on a separate line (unless all arguments can fit a single line) (standard:argument-list-wrapping)
Check Code Quality: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt#L20
[ktlint] reported by reviewdog 🐶 Argument should be on a separate line (unless all arguments can fit a single line) Raw Output: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt:20:99: error: Argument should be on a separate line (unless all arguments can fit a single line) (standard:argument-list-wrapping)
Check Code Quality: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt#L20
[ktlint] reported by reviewdog 🐶 Argument should be on a separate line (unless all arguments can fit a single line) Raw Output: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt:20:120: error: Argument should be on a separate line (unless all arguments can fit a single line) (standard:argument-list-wrapping)
Check Code Quality: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt#L20
[ktlint] reported by reviewdog 🐶 Missing newline before ")" Raw Output: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt:20:127: error: Missing newline before ")" (standard:argument-list-wrapping)
Check Code Quality: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt#L20
[ktlint] reported by reviewdog 🐶 Missing newline before ")" Raw Output: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt:20:128: error: Missing newline before ")" (standard:argument-list-wrapping)
Check Code Quality: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt#L21
[ktlint] reported by reviewdog 🐶 Exceeded max line length (100) Raw Output: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt:21:1: error: Exceeded max line length (100) (standard:max-line-length)
Check Code Quality: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt#L21
[ktlint] reported by reviewdog 🐶 Parameter should start on a newline Raw Output: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt:21:35: error: Parameter should start on a newline (standard:parameter-list-wrapping)
Check Code Quality: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt#L21
[ktlint] reported by reviewdog 🐶 Parameter should start on a newline Raw Output: app/src/main/java/com/github/libretube/db/DatabaseHelper.kt:21:52: error: Parameter should start on a newline (standard:parameter-list-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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085