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
+2
View File
@@ -10,6 +10,8 @@ dependencies {
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.7")
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.7")
testImplementation("com.fasterxml.woodstox:woodstox-core:6.2.4")
testImplementation("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r")
}
sourceSets {