Browse Source

Restoring authorship annotation for <melkikh@yandex-team.ru>. Commit 2 of 2.

melkikh 3 years ago
parent
commit
1cb6764bee
3 changed files with 10 additions and 10 deletions
  1. 2 2
      build/conf/rules.conf
  2. 7 7
      build/rules/go/vendor.policy
  3. 1 1
      build/rules/yadi.policy

+ 2 - 2
build/conf/rules.conf

@@ -15,8 +15,8 @@ PEERDIRS_RULES_PATH=\
     build/rules/taxi.policy \
     build/rules/yp.policy \
     build/rules/alice.policy \
-    build/rules/kikimr.policy \ 
-    build/rules/yadi.policy 
+    build/rules/kikimr.policy \
+    build/rules/yadi.policy
 
 CHECK_INTERNAL=yes
 INTERNAL_EXCEPTIONS=\

+ 7 - 7
build/rules/go/vendor.policy

@@ -637,9 +637,9 @@ ALLOW .* -> vendor/github.com/google/cel-go
 # CONTRIB-1654 Hard to misuse extensible crypto library
 ALLOW .* -> vendor/github.com/google/tink/go
 
-# CONTRIB-1907 Parser of the Graphviz DOT language 
-ALLOW .* -> vendor/github.com/awalterschulze/gographviz 
- 
+# CONTRIB-1907 Parser of the Graphviz DOT language
+ALLOW .* -> vendor/github.com/awalterschulze/gographviz
+
 # CONTRIB-1923 memcache client
 ALLOW .* -> vendor/github.com/bradfitz/gomemcache
 
@@ -1013,10 +1013,10 @@ ALLOW load/projects/pandora -> vendor/github.com/onsi/ginkgo
 # CONTRIB-2029
 ALLOW load/projects/pandora -> vendor/github.com/magiconair/properties/assert
 
-# CONTRIB-2255 
-ALLOW transfer_manager/go/pkg/source/eventhub -> vendor/github.com/Azure/azure-event-hubs-go/v3 
-ALLOW transfer_manager/go/pkg/source/eventhub -> vendor/github.com/Azure/azure-amqp-common-go/v3/sas 
- 
+# CONTRIB-2255
+ALLOW transfer_manager/go/pkg/source/eventhub -> vendor/github.com/Azure/azure-event-hubs-go/v3
+ALLOW transfer_manager/go/pkg/source/eventhub -> vendor/github.com/Azure/azure-amqp-common-go/v3/sas
+
 # CONTRIB-2347
 ALLOW trust/psp/core/go -> vendor/github.com/gorilla/mux
 ALLOW trust/psp/core/handler -> vendor/github.com/gorilla/mux

+ 1 - 1
build/rules/yadi.policy

@@ -1 +1 @@
-# There will be policy from Yadi: YADI-105 
+# There will be policy from Yadi: YADI-105