Skip to content

kotlin jdsl 3.0.0

kotlin jdsl 3.0.0 #57

Triggered via pull request September 12, 2023 02:04
@shouwnshouwn
synchronize #456
develop/3.0.0
Status Failure
Total duration 53s
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
12s
Lint Commit Message
Lint Kotlin
43s
Lint Kotlin
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Lint Commit Message
Process completed with exit code 1.
Lint Kotlin: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt#L15
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt:15:27: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Lint Kotlin: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt#L16
[ktlint] reported by reviewdog 🐶 A comment in a 'value_argument_list' is only allowed when placed on a separate line Raw Output: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt:16:26: error: A comment in a 'value_argument_list' is only allowed when placed on a separate line (standard:discouraged-comment-location)
Lint Kotlin: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt#L17
[ktlint] reported by reviewdog 🐶 A comment in a 'value_argument_list' is only allowed when placed on a separate line Raw Output: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt:17:34: error: A comment in a 'value_argument_list' is only allowed when placed on a separate line (standard:discouraged-comment-location)
Lint Kotlin: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt#L18
[ktlint] reported by reviewdog 🐶 A comment in a 'value_argument_list' is only allowed when placed on a separate line Raw Output: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt:18:34: error: A comment in a 'value_argument_list' is only allowed when placed on a separate line (standard:discouraged-comment-location)
Lint Kotlin: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt#L19
[ktlint] reported by reviewdog 🐶 A comment in a 'value_argument_list' is only allowed when placed on a separate line Raw Output: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt:19:24: error: A comment in a 'value_argument_list' is only allowed when placed on a separate line (standard:discouraged-comment-location)
Lint Kotlin: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt#L20
[ktlint] reported by reviewdog 🐶 A comment in a 'value_argument_list' is only allowed when placed on a separate line Raw Output: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt:20:22: error: A comment in a 'value_argument_list' is only allowed when placed on a separate line (standard:discouraged-comment-location)
Lint Kotlin: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt#L21
[ktlint] reported by reviewdog 🐶 A comment in a 'value_argument_list' is only allowed when placed on a separate line Raw Output: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt:21:28: error: A comment in a 'value_argument_list' is only allowed when placed on a separate line (standard:discouraged-comment-location)
Lint Kotlin: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt#L22
[ktlint] reported by reviewdog 🐶 A comment in a 'value_argument_list' is only allowed when placed on a separate line Raw Output: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt:22:31: error: A comment in a 'value_argument_list' is only allowed when placed on a separate line (standard:discouraged-comment-location)
Lint Kotlin: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt#L23
[ktlint] reported by reviewdog 🐶 A comment in a 'value_argument_list' is only allowed when placed on a separate line Raw Output: benchmark/src/main/kotlin/com/linecorp/kotlinjdsl/benchmark/sample/entity/Entities.kt:23:28: error: A comment in a 'value_argument_list' is only allowed when placed on a separate line (standard:discouraged-comment-location)
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