Skip to content

feat: implement jpqlserializer for jpqlcoalesce #46

feat: implement jpqlserializer for jpqlcoalesce

feat: implement jpqlserializer for jpqlcoalesce #46

Triggered via pull request September 10, 2023 21:47
Status Failure
Total duration 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yaml

on: pull_request
Lint Commit Message
15s
Lint Commit Message
Lint Kotlin
32s
Lint Kotlin
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint Kotlin: example/eclipselink/src/test/kotlin/com/linecorp/kotlinjdsl/example/eclipselink/select/SelectExample.kt#L295
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: example/eclipselink/src/test/kotlin/com/linecorp/kotlinjdsl/example/eclipselink/select/SelectExample.kt:295:39: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Lint Kotlin: example/eclipselink/src/test/kotlin/com/linecorp/kotlinjdsl/example/eclipselink/select/SelectExample.kt#L305
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: example/eclipselink/src/test/kotlin/com/linecorp/kotlinjdsl/example/eclipselink/select/SelectExample.kt:305:46: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Lint Kotlin: example/eclipselink/src/test/kotlin/com/linecorp/kotlinjdsl/example/eclipselink/select/SelectExample.kt#L315
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: example/eclipselink/src/test/kotlin/com/linecorp/kotlinjdsl/example/eclipselink/select/SelectExample.kt:315:39: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Lint Kotlin: example/eclipselink/src/test/kotlin/com/linecorp/kotlinjdsl/example/eclipselink/select/SelectExample.kt#L327
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: example/eclipselink/src/test/kotlin/com/linecorp/kotlinjdsl/example/eclipselink/select/SelectExample.kt:327:41: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Lint Kotlin: example/hibernate-reactive-javax/src/test/kotlin/com/linecorp/kotlinjdsl/example/hibernate/reactive/javax/jpql/select/SelectMutinySessionExample.kt#L309
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: example/hibernate-reactive-javax/src/test/kotlin/com/linecorp/kotlinjdsl/example/hibernate/reactive/javax/jpql/select/SelectMutinySessionExample.kt:309:39: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Lint Kotlin: example/hibernate-reactive-javax/src/test/kotlin/com/linecorp/kotlinjdsl/example/hibernate/reactive/javax/jpql/select/SelectMutinySessionExample.kt#L319
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: example/hibernate-reactive-javax/src/test/kotlin/com/linecorp/kotlinjdsl/example/hibernate/reactive/javax/jpql/select/SelectMutinySessionExample.kt:319:46: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Lint Kotlin: example/hibernate-reactive-javax/src/test/kotlin/com/linecorp/kotlinjdsl/example/hibernate/reactive/javax/jpql/select/SelectMutinySessionExample.kt#L329
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: example/hibernate-reactive-javax/src/test/kotlin/com/linecorp/kotlinjdsl/example/hibernate/reactive/javax/jpql/select/SelectMutinySessionExample.kt:329:39: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Lint Kotlin: example/hibernate-reactive-javax/src/test/kotlin/com/linecorp/kotlinjdsl/example/hibernate/reactive/javax/jpql/select/SelectMutinySessionExample.kt#L339
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: example/hibernate-reactive-javax/src/test/kotlin/com/linecorp/kotlinjdsl/example/hibernate/reactive/javax/jpql/select/SelectMutinySessionExample.kt:339:34: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Lint Kotlin: example/hibernate-reactive-javax/src/test/kotlin/com/linecorp/kotlinjdsl/example/hibernate/reactive/javax/jpql/select/SelectMutinySessionExample.kt#L343
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: example/hibernate-reactive-javax/src/test/kotlin/com/linecorp/kotlinjdsl/example/hibernate/reactive/javax/jpql/select/SelectMutinySessionExample.kt:343:41: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Lint Kotlin
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