Skip to content

Commit 2fd0592

Browse files
authored
Remove "konsist-starter-" prefix from dir names (#838)
* Rename starter projects dirs * Upd build scripts * Fix detekt exclusion
1 parent 8820c1d commit 2fd0592

File tree

536 files changed

+43
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

536 files changed

+43
-43
lines changed

.github/workflows/check-starter-projects.yml

+42-42
Large diffs are not rendered by default.

buildSrc/src/main/kotlin/local.detekt.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ configure(listOf(detektCheck, detektApply)) {
4141
"**/build/**",
4242
"**/target/**",
4343
"**/generated/**",
44-
"**/samples/starter-projects/konsist-starter-kmp-**",
44+
"**/samples/starter-projects/**",
4545
)
4646

4747
reports {

0 commit comments

Comments
 (0)