Skip to content

Supports bytebuddy in jdk19 and above #2

Supports bytebuddy in jdk19 and above

Supports bytebuddy in jdk19 and above #2

Triggered via pull request January 3, 2025 07:53
Status Failure
Total duration 32s
Artifacts

lint.yml

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

Annotations

10 errors and 1 warning
Check Code Quality: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt#L34
[ktlint] reported by reviewdog 🐶 Newline expected after opening parenthesis Raw Output: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt:34:20: error: Newline expected after opening parenthesis (standard:class-signature)
Check Code Quality: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt#L34
[ktlint] reported by reviewdog 🐶 Newline expected before closing parenthesis Raw Output: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt:34:55: error: Newline expected before closing parenthesis (standard:class-signature)
Check Code Quality: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt#L34
[ktlint] reported by reviewdog 🐶 Super type should start on a newline Raw Output: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt:34:59: error: Super type should start on a newline (standard:class-signature)
Check Code Quality: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt#L34
[ktlint] reported by reviewdog 🐶 Super type should start on a newline Raw Output: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt:34:68: error: Super type should start on a newline (standard:class-signature)
Check Code Quality: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt#L35
[ktlint] reported by reviewdog 🐶 Newline expected after opening parenthesis Raw Output: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt:35:33: error: Newline expected after opening parenthesis (standard:class-signature)
Check Code Quality: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt#L35
[ktlint] reported by reviewdog 🐶 Parameter should start on a newline Raw Output: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt:35:59: error: Parameter should start on a newline (standard:class-signature)
Check Code Quality: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt#L35
[ktlint] reported by reviewdog 🐶 Newline expected before closing parenthesis Raw Output: core-kotlin-coroutine/src/main/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyLocalLock.kt:35:78: error: Newline expected before closing parenthesis (standard:class-signature)
Check Code Quality: core-kotlin-coroutine/src/test/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyGlobalLockTest.kt#L37
[ktlint] reported by reviewdog 🐶 Super type should start on a newline Raw Output: core-kotlin-coroutine/src/test/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyGlobalLockTest.kt:37:27: error: Super type should start on a newline (standard:class-signature)
Check Code Quality: core-kotlin-coroutine/src/test/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyGlobalLockTest.kt#L37
[ktlint] reported by reviewdog 🐶 Super type call must be first super type Raw Output: core-kotlin-coroutine/src/test/kotlin/com/linecorp/cse/reqshield/kotlin/coroutine/KeyGlobalLockTest.kt:37:44: error: Super type call must be first super type (standard:class-signature)
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
Check Code Quality
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636