Added Custom Annotation #8
ktlint.yml
on: pull_request
Check Code Quality
38s
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)
|