KTI-955. Add tests for CODEOWNERS file

- Check list of possible owners
- Check no unknown owners
- Check no unowned files in repo
- Check no unmatched patterns
This commit is contained in:
Simon Ogorodnik
2022-10-25 00:07:42 +02:00
committed by Space Team
parent eea06eb242
commit 087555ee59
3 changed files with 317 additions and 0 deletions
+18
View File
@@ -1,4 +1,22 @@
# Check-out https://www.jetbrains.com/help/space/code-owners.html#codeowners-file-syntax
# This file is checked by org.jetbrains.kotlin.code.SpaceCodeOwnersTest
# Directive OWNER_LIST specifies possible values for owner field
# Directive UNKNOWN specifies that path is unclaimed
# Ownership must be exhaustive modulo UNKNOWN
# OWNER_LIST: Kotlin
# OWNER_LIST: "Kotlin Libraries"
# OWNER_LIST: "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"
# OWNER_LIST: "Kotlin Compiler Core"
# OWNER_LIST: "Kotlin Build Infrastructure" "Kotlin Build Tools"
# OWNER_LIST: "Kotlin IDE"
# OWNER_LIST: "Kotlin Release"
# OWNER_LIST: "Kotlin Multiplatform"
# OWNER_LIST: Mikhail.Glukhikh
# OWNER_LIST: Yan.Zhulanow
# OWNER_LIST: Alexander.Udalov
# Kotlin Libraries
# OWNER_LIST: A.Qurbonzoda Vsevolod.Tolstopyato Ilya.Gorbunov Sergey.Shanshin Leonid.Startsev
# Fallback rule, must always be top
* Kotlin