[CODEOWNERS] Update owners for JS and Wasm part of gradle plugin
This commit is contained in:
+4
-1
@@ -278,6 +278,9 @@
|
||||
/libraries/tools/kotlin-gradle-build-metrics/ "Kotlin Build Tools"
|
||||
/libraries/tools/kotlin-gradle-compiler-types/ "Kotlin Build Tools"
|
||||
/libraries/tools/kotlin-gradle-plugin/ "Kotlin Build Tools"
|
||||
/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/ "Kotlin JS" "Kotlin Wasm"
|
||||
/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/binaryen/ "Kotlin Wasm"
|
||||
/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/d8/ "Kotlin Wasm"
|
||||
/libraries/tools/kotlin-gradle-plugin-annotations/ "Kotlin Build Tools"
|
||||
/libraries/tools/kotlin-gradle-plugin-api/ "Kotlin Build Tools"
|
||||
/libraries/tools/kotlin-gradle-plugin-dsl-codegen/ "Kotlin Build Tools"
|
||||
@@ -381,4 +384,4 @@ gradlew.bat "Kotlin Build Infrastructure"
|
||||
|
||||
/gradle.properties "Kotlin Build Infrastructure"
|
||||
|
||||
/.space/CODEOWNERS "Kotlin Build Infrastructure"
|
||||
/.space/CODEOWNERS "Kotlin Build Infrastructure"
|
||||
|
||||
@@ -88,7 +88,7 @@ class SpaceCodeOwnersTest : TestCase() {
|
||||
owners: CodeOwners,
|
||||
val root: File
|
||||
) {
|
||||
private val fileWalkDepthLimit = 8
|
||||
private val fileWalkDepthLimit = 13
|
||||
|
||||
val matchers =
|
||||
owners.patterns
|
||||
@@ -294,4 +294,4 @@ private fun parseCodeOwners(file: File): CodeOwners {
|
||||
}
|
||||
|
||||
private const val OWNER_LIST_DIRECTIVE = "OWNER_LIST"
|
||||
private const val UNKNOWN_DIRECTIVE = "UNKNOWN"
|
||||
private const val UNKNOWN_DIRECTIVE = "UNKNOWN"
|
||||
|
||||
Reference in New Issue
Block a user