test: ktlint #28
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
14s
Lint Kotlin
45s
Annotations
3 errors
Lint Kotlin:
support/eclipselink-javax/src/main/kotlin/com/linecorp/kotlinjdsl/support/eclipselink/javax/JpqlJpaEntityManagerUtils.kt#L103
[ktlint] reported by reviewdog 🐶
Newline expected after opening parenthesis
Raw Output:
support/eclipselink-javax/src/main/kotlin/com/linecorp/kotlinjdsl/support/eclipselink/javax/JpqlJpaEntityManagerUtils.kt:103:28: error: Newline expected after opening parenthesis (standard:function-signature)
|
Lint Kotlin:
support/eclipselink-javax/src/main/kotlin/com/linecorp/kotlinjdsl/support/eclipselink/javax/JpqlJpaEntityManagerUtils.kt#L103
[ktlint] reported by reviewdog 🐶
Parameter should start on a newline
Raw Output:
support/eclipselink-javax/src/main/kotlin/com/linecorp/kotlinjdsl/support/eclipselink/javax/JpqlJpaEntityManagerUtils.kt:103:42: error: Parameter should start on a newline (standard:function-signature)
|
Lint Kotlin:
support/eclipselink-javax/src/main/kotlin/com/linecorp/kotlinjdsl/support/eclipselink/javax/JpqlJpaEntityManagerUtils.kt#L103
[ktlint] reported by reviewdog 🐶
Newline expected before closing parenthesis
Raw Output:
support/eclipselink-javax/src/main/kotlin/com/linecorp/kotlinjdsl/support/eclipselink/javax/JpqlJpaEntityManagerUtils.kt:103:68: error: Newline expected before closing parenthesis (standard:function-signature)
|