Skip to content

refactor: remove arguments from dialog fragment constructors #3072

refactor: remove arguments from dialog fragment constructors

refactor: remove arguments from dialog fragment constructors #3072

Triggered via pull request September 6, 2023 10:46
Status Failure
Total duration 34s
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
23s
Check Code Quality
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check Code Quality: app/src/main/java/com/github/libretube/constants/IntentData.kt#L6
[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/constants/IntentData.kt:6:15: 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/constants/IntentData.kt#L19
[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/constants/IntentData.kt:19:15: 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/constants/IntentData.kt#L20
[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/constants/IntentData.kt:20:15: 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/constants/IntentData.kt#L21
[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/constants/IntentData.kt:21:15: 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/constants/IntentData.kt#L22
[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/constants/IntentData.kt:22:15: 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/constants/IntentData.kt#L23
[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/constants/IntentData.kt:23:15: 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/constants/IntentData.kt#L24
[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/constants/IntentData.kt:24:15: 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/constants/IntentData.kt#L25
[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/constants/IntentData.kt:25:15: 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/constants/IntentData.kt#L26
[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/constants/IntentData.kt:26:15: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
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