Skip to content

Added Custom Annotation #8

Added Custom Annotation

Added Custom Annotation #8

Triggered via pull request December 20, 2023 14:05
Status Failure
Total duration 48s
Artifacts

ktlint.yml

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

Annotations

4 errors
Check Code Quality: src/main/kotlin/com/example/controller/StudentController.kt#L25
[ktlint] reported by reviewdog 🐶 Parameter should start on a newline Raw Output: src/main/kotlin/com/example/controller/StudentController.kt:25:26: error: Parameter should start on a newline (standard:parameter-list-wrapping)
Check Code Quality: src/main/kotlin/com/example/controller/StudentController.kt#L25
[ktlint] reported by reviewdog 🐶 Newline expected after opening parenthesis Raw Output: src/main/kotlin/com/example/controller/StudentController.kt:25:26: error: Newline expected after opening parenthesis (standard:function-signature)
Check Code Quality: src/main/kotlin/com/example/controller/StudentController.kt#L25
[ktlint] reported by reviewdog 🐶 Missing newline before ")" Raw Output: src/main/kotlin/com/example/controller/StudentController.kt:25:48: error: Missing newline before ")" (standard:parameter-list-wrapping)
Check Code Quality: src/main/kotlin/com/example/controller/StudentController.kt#L25
[ktlint] reported by reviewdog 🐶 Newline expected before closing parenthesis Raw Output: src/main/kotlin/com/example/controller/StudentController.kt:25:48: error: Newline expected before closing parenthesis (standard:function-signature)