Skip to content

Commit 8d7369f

Browse files
committed
formatting
1 parent 3267907 commit 8d7369f

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

sample/build.gradle.kts

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,22 @@ plugins {
1313

1414
affectedModuleDetector {
1515
baseDir = project.rootDir.toString()
16-
pathsAffectingAllModules =
17-
setOf(
18-
"build_configuration/",
19-
)
16+
pathsAffectingAllModules = setOf(
17+
"build_configuration/",
18+
)
2019
specifiedBranch = "origin/main"
2120
compareFrom = "SpecifiedBranchCommitMergeBase"
22-
customTasks =
23-
setOf(
24-
AffectedModuleConfiguration.CustomTask(
25-
"runDetektByImpact",
26-
"detekt",
27-
"Run static analysis tool by Impact analysis",
28-
),
29-
)
21+
customTasks = setOf(
22+
AffectedModuleConfiguration.CustomTask(
23+
"runDetektByImpact",
24+
"detekt",
25+
"Run static analysis tool by Impact analysis",
26+
),
27+
)
3028
logFolder = project.rootDir.toString()
31-
excludedModules =
32-
setOf(
33-
"sample-util",
34-
)
29+
excludedModules = setOf(
30+
"sample-util",
31+
)
3532
}
3633

3734
tasks.register<Delete>("clean") {

0 commit comments

Comments
 (0)