Skip to content

Commit 7feaf6c

Browse files
committed
Fix spotless header config for kotlinGradle
1 parent 3bcf014 commit 7feaf6c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ configure<SpotlessExtension> {
9292
kotlinGradle {
9393
ktfmt()
9494
target("**/*.kts")
95-
// licenseHeader(licenseHeaderComment, "import")
95+
licenseHeader(licenseHeaderComment, "(import |// no-import)")
9696
}
9797
}
9898

settings.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
// Copyright (c) Cosmo Tech.
22
// Licensed under the MIT license.
3+
// no-import
4+
35
rootProject.name = "cosmotech-api-common"

0 commit comments

Comments
 (0)