-
Notifications
You must be signed in to change notification settings - Fork 143
/
CODEOWNERS
Validating CODEOWNERS rules...
28 lines (24 loc) · 1.1 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Default reviewer set
* @vixentael @ilammy
/src/soter/ @vixentael @Lagovas @ilammy @storojs72 @ignatk
/src/themis/ @vixentael @Lagovas @ilammy @storojs72 @ignatk
# Build system
Makefile @vixentael @ilammy @shadinua
*.mk @vixentael @ilammy @shadinua
*.sh @vixentael @ilammy @shadinua
# rust-themis
Cargo.toml @vixentael @ilammy @iamnotacake
*.rs @vixentael @ilammy @iamnotacake
# Land of the Fruit
/docs/examples/objc @vixentael @julepka
/docs/examples/swift @vixentael @julepka
/src/wrappers/themis/Obj-C @vixentael @julepka
/tests/objcthemis @vixentael @julepka
*.podspec @vixentael @julepka
*.xcodeproj @vixentael @julepka
*.xcworkspace @vixentael @julepka
Cartfile* @vixentael @julepka
Package.swift @vixentael @julepka
Podfile* @vixentael @julepka
/docs/reference-implementation @vixentael @Lagovas @ilammy @storojs72
/tests/reference-implementation @vixentael @Lagovas @ilammy @storojs72