Skip to content

Commit 9622dcc

Browse files
committed
spotless
1 parent 5b5deda commit 9622dcc

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

app/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,8 @@ val graphqlIntrospectSchema by tasks.getting(GraphQLIntrospectSchemaTask::class)
8989
endpoint.set("https://hm-grunndata-search.intern.dev.nav.no/graphql")
9090
outputFile.set(file("src/main/resources/hmdb/schema.graphqls"))
9191
}
92+
93+
tasks.named("compileKotlin") {
94+
dependsOn("spotlessApply")
95+
dependsOn("spotlessCheck")
96+
}

app/src/main/kotlin/no/nav/hjelpemidler/soknad/db/domain/kommuneapi/Valideringsmodell.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ data class Hast(
603603
enum class Hasteårsak {
604604
UTVIKLING_AV_TRYKKSÅR,
605605
TERMINALPLEIE,
606-
606+
607607
@Deprecated("Erstattet av _V2")
608608
UTSKRIVING_FRA_SYKEHUS_SOM_IKKE_KAN_PLANLEGGES,
609609
UTSKRIVING_FRA_SYKEHUS_SOM_IKKE_KAN_PLANLEGGES_V2,

behovsmeldingsmodell/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ publishing {
3030
}
3131
}
3232
}
33+
34+
tasks.named("compileKotlin") {
35+
dependsOn("spotlessApply")
36+
dependsOn("spotlessCheck")
37+
}

0 commit comments

Comments
 (0)