Skip to content

Bump com.github.navikt:dp-grunnbelop #415

Bump com.github.navikt:dp-grunnbelop

Bump com.github.navikt:dp-grunnbelop #415

Status Failure
Total duration 31s
Artifacts

reviewdog.yml

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

Annotations

10 errors
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/ApplicationBuilder.kt#L7
[ktlint] reported by reviewdog 🐶 Newline expected after opening parenthesis Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/ApplicationBuilder.kt:7:35: error: Newline expected after opening parenthesis (standard:class-signature)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/ApplicationBuilder.kt#L7
[ktlint] reported by reviewdog 🐶 Newline expected before closing parenthesis Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/ApplicationBuilder.kt:7:62: error: Newline expected before closing parenthesis (standard:class-signature)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/ApplicationBuilder.kt#L13
[ktlint] reported by reviewdog 🐶 Expected newline before '.' Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/ApplicationBuilder.kt:13:25: error: Expected newline before '.' (standard:chain-method-continuation)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/Configuration.kt#L36
[ktlint] reported by reviewdog 🐶 Expected newline before '.' Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/Configuration.kt:36:26: error: Expected newline before '.' (standard:chain-method-continuation)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/Fakta.kt#L59
[ktlint] reported by reviewdog 🐶 Function body should be replaced with body expression Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/Fakta.kt:59:138: error: Function body should be replaced with body expression (standard:function-expression-body)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/FaktaMapper.kt#L103
[ktlint] reported by reviewdog 🐶 Newline expected after opening parenthesis Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/FaktaMapper.kt:103:41: error: Newline expected after opening parenthesis (standard:class-signature)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/FaktaMapper.kt#L103
[ktlint] reported by reviewdog 🐶 Newline expected before closing parenthesis Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/FaktaMapper.kt:103:56: error: Newline expected before closing parenthesis (standard:class-signature)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/FaktaMapper.kt#L105
[ktlint] reported by reviewdog 🐶 Newline expected after opening parenthesis Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/FaktaMapper.kt:105:41: error: Newline expected after opening parenthesis (standard:class-signature)
Check coding style violations: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/FaktaMapper.kt#L105
[ktlint] reported by reviewdog 🐶 Newline expected before closing parenthesis Raw Output: src/main/kotlin/no/nav/dagpenger/regel/grunnlag/FaktaMapper.kt:105:56: error: Newline expected before closing parenthesis (standard:class-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.com/orgs/community/discussions/26680#discussioncomment-3252835