Skip to content

Bump no.nav.dagpenger:dp-version-catalog #328

Bump no.nav.dagpenger:dp-version-catalog

Bump no.nav.dagpenger:dp-version-catalog #328

Status Failure
Total duration 31s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

reviewdog.yml

on: push
Check coding style violations
22s
Check coding style violations
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check coding style violations: buildSrc/src/main/kotlin/common.gradle.kts#L43
[ktlint] reported by reviewdog 🐶 Missing trailing comma before ")" Raw Output: buildSrc/src/main/kotlin/common.gradle.kts:43:61: error: Missing trailing comma before ")" (standard:trailing-comma-on-call-site)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/Configuration.kt#L15
[ktlint] reported by reviewdog 🐶 Class body should not start with blank line Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/Configuration.kt:15:1: error: Class body should not start with blank line (standard:no-empty-first-line-in-class-body)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt#L7
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt:7:30: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt#L18
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt:18:38: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt#L94
[ktlint] reported by reviewdog 🐶 Newline expected after opening parenthesis Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt:94:36: error: Newline expected after opening parenthesis (standard:function-signature)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt#L94
[ktlint] reported by reviewdog 🐶 Parameter should start on a newline Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt:94:58: error: Parameter should start on a newline (standard:function-signature)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt#L94
[ktlint] reported by reviewdog 🐶 Newline expected before closing parenthesis Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt:94:80: error: Newline expected before closing parenthesis (standard:function-signature)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt#L94
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt:94:92: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt#L94
[ktlint] reported by reviewdog 🐶 Newline expected before expression body Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/GrunnlagInstrumentation.kt:94:92: error: Newline expected before expression body (standard:function-signature)
Check coding style violations
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