diff options
author | buglloc <buglloc@yandex-team.ru> | 2022-02-10 16:51:09 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:09 +0300 |
commit | 22f9a26d1b7124c1e1f985bbe4026d660f8eb65f (patch) | |
tree | 0eabdf8aaa1bd05e68e097c8c23a226c789e1eba | |
parent | edc9be92fa01b37c67e3adb979ea529dd37b9645 (diff) | |
download | ydb-22f9a26d1b7124c1e1f985bbe4026d660f8eb65f.tar.gz |
Restoring authorship annotation for <buglloc@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | build/conf/license.conf | 2 | ||||
-rw-r--r-- | build/external_resources/yolint/ya.make | 16 | ||||
-rw-r--r-- | build/plugins/gobuild.py | 2 | ||||
-rw-r--r-- | build/rules/go/migrations.yaml | 74 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 92 | ||||
-rw-r--r-- | build/scripts/go_proto_wrapper.py | 2 | ||||
-rw-r--r-- | build/ya.conf.json | 200 | ||||
-rw-r--r-- | build/ymake.core.conf | 2 |
8 files changed, 195 insertions, 195 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index f2fb576b0d..50a4c5d096 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -208,7 +208,7 @@ LICENSES_REQUIRE_DISCLOSURE_STATIC= \ # These licenses allows any kind of linkage with proprietary code LICENSES_PERMISSIVE= \ - 0BSD \ + 0BSD \ Apache-1.0 \ Apache-1.1 \ Apache-2.0 \ diff --git a/build/external_resources/yolint/ya.make b/build/external_resources/yolint/ya.make index b19b80375d..1aab310803 100644 --- a/build/external_resources/yolint/ya.make +++ b/build/external_resources/yolint/ya.make @@ -8,18 +8,18 @@ ENDIF() DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE( YOLINT - sbr:2661110873 FOR DARWIN-ARM64 - sbr:2661110873 FOR DARWIN - sbr:2661111772 FOR LINUX - sbr:2661111243 FOR WIN32 + sbr:2661110873 FOR DARWIN-ARM64 + sbr:2661110873 FOR DARWIN + sbr:2661111772 FOR LINUX + sbr:2661111243 FOR WIN32 ) DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE( YOLINT_NEXT - sbr:2661110873 FOR DARWIN-ARM64 - sbr:2661110873 FOR DARWIN - sbr:2661111772 FOR LINUX - sbr:2661111243 FOR WIN32 + sbr:2661110873 FOR DARWIN-ARM64 + sbr:2661110873 FOR DARWIN + sbr:2661111772 FOR LINUX + sbr:2661111243 FOR WIN32 ) END() diff --git a/build/plugins/gobuild.py b/build/plugins/gobuild.py index 8df96ebc55..61bf976a53 100644 --- a/build/plugins/gobuild.py +++ b/build/plugins/gobuild.py @@ -300,7 +300,7 @@ def on_go_resource(unit, *args): # path in RUN_PROGRAM args[2*i+1] = "notafile" + args[2*i+1] - files = [file for file in files if file != "-"] + files = [file for file in files if file != "-"] unit.onrun_program([ "library/go/core/resource/cc", "-package", go_package_name(unit), diff --git a/build/rules/go/migrations.yaml b/build/rules/go/migrations.yaml index c041d0fbb2..62603b7db9 100644 --- a/build/rules/go/migrations.yaml +++ b/build/rules/go/migrations.yaml @@ -32,8 +32,8 @@ migrations: - a.yandex-team.ru/mail/imap-fuzzer/fuzz/operations - a.yandex-team.ru/mail/imap-fuzzer/fuzz/types - a.yandex-team.ru/mail/imap-fuzzer/imap - - a.yandex-team.ru/mail/payments-sdk-backend/backend/cmd/server - - a.yandex-team.ru/mail/payments-sdk-backend/backend/cmd/server_test + - a.yandex-team.ru/mail/payments-sdk-backend/backend/cmd/server + - a.yandex-team.ru/mail/payments-sdk-backend/backend/cmd/server_test - a.yandex-team.ru/quasar/gackend - a.yandex-team.ru/quasar/gackend/db - a.yandex-team.ru/quasar/gackend_test @@ -62,38 +62,38 @@ migrations: - a.yandex-team.ru/yabs/proto - a.yandex-team.ru/yweb/video/faas/proto - a.yandex-team.ru/zen/integration/proto - unusedwrite: - packages: - - a.yandex-team.ru/alice/gamma/sdk/golang - - a.yandex-team.ru/alice/gamma/sdk/golang_test - - a.yandex-team.ru/alice/iot/adapters/tuya_adapter/server - - a.yandex-team.ru/alice/iot/bulbasaur/db - - a.yandex-team.ru/alice/iot/bulbasaur/db/gotest/data - - a.yandex-team.ru/alice/iot/bulbasaur/db_test - - a.yandex-team.ru/alice/iot/bulbasaur/model - - a.yandex-team.ru/alice/iot/bulbasaur/model_test - - a.yandex-team.ru/cloud/compute/snapshot/snapshot/lib/tasks - - a.yandex-team.ru/cloud/compute/snapshot/snapshot/lib/tasks_test - - a.yandex-team.ru/cloud/mdb/mdb-health/pkg/core/types - - a.yandex-team.ru/cloud/mdb/mdb-health/pkg/core/types_test - - a.yandex-team.ru/cloud/mdb/mdb-health/pkg/datastore/redis - - a.yandex-team.ru/cloud/mdb/mdb-health/pkg/datastore/redis_test - - a.yandex-team.ru/cloud/mdb/mdb-health/pkg/dbspecific - - a.yandex-team.ru/cloud/mdb/mdb-health/pkg/dbspecific_test - - a.yandex-team.ru/cloud/mdb/mdb-internal-api/internal/logic/internal/compute/provider - - a.yandex-team.ru/cloud/mdb/mdb-internal-api/internal/logic/internal/compute/provider_test - - a.yandex-team.ru/cloud/mdb/mdb-internal-api/internal/logic/internal/sessions/provider - - a.yandex-team.ru/cloud/mdb/mdb-internal-api/internal/logic/internal/sessions/provider_test - - a.yandex-team.ru/cloud/ps/gore/internal/app/api - - a.yandex-team.ru/direct/infra/dt-db-manager/cmd/server - - a.yandex-team.ru/market/logistics/wms-load/api - - a.yandex-team.ru/market/logistics/wms-load/api_test - - a.yandex-team.ru/mds/s3/quota_controller/internal/yarl - - a.yandex-team.ru/strm/plgo/pkg/playlist/mpd - - a.yandex-team.ru/strm/plgo/pkg/playlist/mpd_test - - a.yandex-team.ru/travel/avia/shared_flights/api/internal/services/flightdata - - a.yandex-team.ru/travel/avia/shared_flights/api/internal/services/flightdata_test - - a.yandex-team.ru/travel/avia/shared_flights/api/internal/storage/flight - - a.yandex-team.ru/travel/avia/shared_flights/api/internal/storage/flight_test - - a.yandex-team.ru/travel/library/go/service_template/internal/schedule/service/schedule - - a.yandex-team.ru/zootopia/analytics/drive/operations/orders + unusedwrite: + packages: + - a.yandex-team.ru/alice/gamma/sdk/golang + - a.yandex-team.ru/alice/gamma/sdk/golang_test + - a.yandex-team.ru/alice/iot/adapters/tuya_adapter/server + - a.yandex-team.ru/alice/iot/bulbasaur/db + - a.yandex-team.ru/alice/iot/bulbasaur/db/gotest/data + - a.yandex-team.ru/alice/iot/bulbasaur/db_test + - a.yandex-team.ru/alice/iot/bulbasaur/model + - a.yandex-team.ru/alice/iot/bulbasaur/model_test + - a.yandex-team.ru/cloud/compute/snapshot/snapshot/lib/tasks + - a.yandex-team.ru/cloud/compute/snapshot/snapshot/lib/tasks_test + - a.yandex-team.ru/cloud/mdb/mdb-health/pkg/core/types + - a.yandex-team.ru/cloud/mdb/mdb-health/pkg/core/types_test + - a.yandex-team.ru/cloud/mdb/mdb-health/pkg/datastore/redis + - a.yandex-team.ru/cloud/mdb/mdb-health/pkg/datastore/redis_test + - a.yandex-team.ru/cloud/mdb/mdb-health/pkg/dbspecific + - a.yandex-team.ru/cloud/mdb/mdb-health/pkg/dbspecific_test + - a.yandex-team.ru/cloud/mdb/mdb-internal-api/internal/logic/internal/compute/provider + - a.yandex-team.ru/cloud/mdb/mdb-internal-api/internal/logic/internal/compute/provider_test + - a.yandex-team.ru/cloud/mdb/mdb-internal-api/internal/logic/internal/sessions/provider + - a.yandex-team.ru/cloud/mdb/mdb-internal-api/internal/logic/internal/sessions/provider_test + - a.yandex-team.ru/cloud/ps/gore/internal/app/api + - a.yandex-team.ru/direct/infra/dt-db-manager/cmd/server + - a.yandex-team.ru/market/logistics/wms-load/api + - a.yandex-team.ru/market/logistics/wms-load/api_test + - a.yandex-team.ru/mds/s3/quota_controller/internal/yarl + - a.yandex-team.ru/strm/plgo/pkg/playlist/mpd + - a.yandex-team.ru/strm/plgo/pkg/playlist/mpd_test + - a.yandex-team.ru/travel/avia/shared_flights/api/internal/services/flightdata + - a.yandex-team.ru/travel/avia/shared_flights/api/internal/services/flightdata_test + - a.yandex-team.ru/travel/avia/shared_flights/api/internal/storage/flight + - a.yandex-team.ru/travel/avia/shared_flights/api/internal/storage/flight_test + - a.yandex-team.ru/travel/library/go/service_template/internal/schedule/service/schedule + - a.yandex-team.ru/zootopia/analytics/drive/operations/orders diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 3e9c0acada..e608a798d5 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -69,8 +69,8 @@ ALLOW .* -> vendor/github.com/go-logr/logr # CONTRIB-2195 ALLOW .* -> vendor/github.com/timakin/bodyclose -# github.com/gostaticanalysis/comment tests depends on the unlicensed package https://github.com/tenntenn/text -DENY .* -> vendor/github.com/gostaticanalysis/comment;test +# github.com/gostaticanalysis/comment tests depends on the unlicensed package https://github.com/tenntenn/text +DENY .* -> vendor/github.com/gostaticanalysis/comment;test # CONTRIB-2196 ALLOW .* -> vendor/github.com/jingyugao/rowserrcheck @@ -135,9 +135,9 @@ ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/route53 ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/kinesis ALLOW .* -> vendor/github.com/aws/aws-sdk-go/service/sts -# TOML parser/encoder with reflection -ALLOW .* -> vendor/github.com/BurntSushi/toml - +# TOML parser/encoder with reflection +ALLOW .* -> vendor/github.com/BurntSushi/toml + # helpers for data sizes (kilobytes, petabytes), human readable sizes, parsing ALLOW .* -> vendor/github.com/c2h5oh/datasize @@ -185,10 +185,10 @@ ALLOW .* -> vendor/github.com/davecgh/go-spew/spew ALLOW .* -> vendor/github.com/golang-jwt/jwt # Docker API client -# docker tests depends on broken package: gotest.tools -DENY .* -> vendor/github.com/docker/docker;test -DENY .* -> vendor/github.com/docker/docker/api/server -DENY .* -> vendor/github.com/docker/docker/api/types/backend +# docker tests depends on broken package: gotest.tools +DENY .* -> vendor/github.com/docker/docker;test +DENY .* -> vendor/github.com/docker/docker/api/server +DENY .* -> vendor/github.com/docker/docker/api/types/backend ALLOW .* -> vendor/github.com/docker/docker/client ALLOW .* -> vendor/github.com/docker/docker/api ALLOW .* -> vendor/github.com/docker/go-connections @@ -197,7 +197,7 @@ ALLOW .* -> vendor/github.com/docker/go-connections ALLOW .* -> vendor/github.com/fsnotify/fsnotify # lightweight, idiomatic and composable router -ALLOW .* -> vendor/github.com/go-chi/chi/v5 +ALLOW .* -> vendor/github.com/go-chi/chi/v5 # a pure Go MySQL driver ALLOW .* -> vendor/github.com/go-sql-driver/mysql @@ -314,9 +314,9 @@ ALLOW .* -> vendor/github.com/go-swagger/go-swagger/cmd/swagger # redis client ALLOW .* -> vendor/github.com/go-redis/redis/v8 -# library for accessing the GitHub API v3 -ALLOW .* -> vendor/github.com/google/go-github/v35/github - +# library for accessing the GitHub API v3 +ALLOW .* -> vendor/github.com/google/go-github/v35/github + # fast JSON serializer for golang. relies on code generation. ALLOW .* -> vendor/github.com/mailru/easyjson @@ -337,9 +337,9 @@ ALLOW .* -> vendor/github.com/go-zookeeper/zk # Consistent hashring implementation (using the same algorithm as libketama) ALLOW .* -> vendor/github.com/serialx/hashring -# Slack API in Go -ALLOW .* -> vendor/github.com/slack-go/slack - +# Slack API in Go +ALLOW .* -> vendor/github.com/slack-go/slack + # Text diffing. ALLOW .* -> vendor/github.com/pmezard/go-difflib @@ -481,7 +481,7 @@ ALLOW .* -> vendor/github.com/tus/tusd ALLOW .* -> vendor/github.com/twmb/murmur3 # gopsutil: psutil for golang -ALLOW .* -> vendor/github.com/shirou/gopsutil/v3 +ALLOW .* -> vendor/github.com/shirou/gopsutil/v3 # Go Imagick is a Go bind to ImageMagick's MagickWand C API ALLOW .* -> vendor/gopkg.in/gographics/imagick.v2 @@ -508,7 +508,7 @@ ALLOW .* -> vendor/github.com/opentracing-contrib/go-stdlib ALLOW .* -> vendor/github.com/araddon/dateparse # Semantic versioning parsing and comparision library -ALLOW .* -> vendor/github.com/blang/semver/v4 +ALLOW .* -> vendor/github.com/blang/semver/v4 # Go implementation of SipHash-2-4 ALLOW .* -> vendor/github.com/dchest/siphash @@ -517,7 +517,7 @@ ALLOW .* -> vendor/github.com/dchest/siphash ALLOW .* -> vendor/go.uber.org/atomic # CONTRIB-1302. Godbus goes to Arcadia -ALLOW .* -> vendor/github.com/godbus/dbus/v5 +ALLOW .* -> vendor/github.com/godbus/dbus/v5 # CONTRIB-1300. Osquery SDK goes to Arcadia ALLOW .* -> vendor/github.com/kolide/osquery-go @@ -551,9 +551,9 @@ ALLOW .* -> vendor/google.golang.org/api/firebaseremoteconfig/v1 # CONTRIB-1497 Go package to encode and decode ITU-T G.711 sound data ALLOW .* -> vendor/github.com/zaf/g711 -# CONTRIB-1505 The exponential backoff algorithm & retry library -ALLOW .* -> vendor/github.com/cenkalti/backoff/v4 - +# CONTRIB-1505 The exponential backoff algorithm & retry library +ALLOW .* -> vendor/github.com/cenkalti/backoff/v4 + # CONTRIB-1491 A parser library for Go ALLOW .* -> vendor/github.com/alecthomas/participle @@ -569,9 +569,9 @@ ALLOW .* -> vendor/github.com/vishvananda/netns # CONTRIB-1545 Go bindings for creating BPF programs. ALLOW .* -> vendor/github.com/iovisor/gobpf -# CONTRIB-1878 pure Go library for loading, compiling, and debugging eBPF programs -ALLOW .* -> vendor/github.com/cilium/ebpf - +# CONTRIB-1878 pure Go library for loading, compiling, and debugging eBPF programs +ALLOW .* -> vendor/github.com/cilium/ebpf + # CONTRIB-1561 Go pretty format for numbers ALLOW .* -> vendor/github.com/dustin/go-humanize @@ -604,9 +604,9 @@ ALLOW .* -> vendor/github.com/pkg/sftp # CONTRIB-1670 ALLOW .* -> vendor/github.com/soniah/gosnmp -# CONTRIB-1686 markdown parser -ALLOW .* -> vendor/github.com/yuin/goldmark - +# CONTRIB-1686 markdown parser +ALLOW .* -> vendor/github.com/yuin/goldmark + # CONTRIB-1681 A FileSystem Abstraction System for Go ALLOW .* -> vendor/github.com/spf13/afero @@ -742,10 +742,10 @@ ALLOW .* -> vendor/github.com/google/go-jsonnet # CONTRIB-2152 JMESPath is a query language for JSON ALLOW .* -> vendor/github.com/jmespath/go-jmespath -# CONTRIB-2156 library that communicates directly with a TPM device on Linux or Windows machines -ALLOW .* -> vendor/github.com/google/go-tpm/tpm2 -ALLOW .* -> vendor/github.com/google/go-tpm/tpmutil - +# CONTRIB-2156 library that communicates directly with a TPM device on Linux or Windows machines +ALLOW .* -> vendor/github.com/google/go-tpm/tpm2 +ALLOW .* -> vendor/github.com/google/go-tpm/tpmutil + # CONTRIB-2165: Go-bindings for using parsers generated by ANTLR4 ALLOW .* -> vendor/github.com/antlr/antlr4/runtime/Go/antlr @@ -755,15 +755,15 @@ ALLOW .* -> vendor/github.com/DataDog/zstd # CONTRIB-2234 ALLOW .* -> vendor/github.com/google/gopacket -# CONTRIB-2235 library for building interactive prompts on terminals. -ALLOW .* -> vendor/github.com/AlecAivazis/survey/v2 - -# CONTRIB-2224 -ALLOW .* -> vendor/github.com/segmentio/kafka-go - -# CONTRIB-2240 utilities for efficiently performing Win32 IO operations in Go. -ALLOW .* -> vendor/github.com/Microsoft/go-winio - +# CONTRIB-2235 library for building interactive prompts on terminals. +ALLOW .* -> vendor/github.com/AlecAivazis/survey/v2 + +# CONTRIB-2224 +ALLOW .* -> vendor/github.com/segmentio/kafka-go + +# CONTRIB-2240 utilities for efficiently performing Win32 IO operations in Go. +ALLOW .* -> vendor/github.com/Microsoft/go-winio + # CONTRIB-2241 ALLOW .* -> vendor/github.com/aymerick/raymond @@ -800,9 +800,9 @@ ALLOW .* -> vendor/github.com/pion/sdp/v3 # CONTRIB-2350 ALLOW .* -> vendor/inet.af/netaddr -# CONTRIB-2368: embedding resources in a Windows executable -ALLOW .* -> vendor/github.com/tc-hib/winres - +# CONTRIB-2368: embedding resources in a Windows executable +ALLOW .* -> vendor/github.com/tc-hib/winres + # CONTRIB-2346: repatriate ydb-go-sdk ALLOW .* -> vendor/github.com/ydb-platform/ydb-go-genproto ALLOW .* -> vendor/github.com/ydb-platform/ydb-go-sdk/v3 @@ -878,7 +878,7 @@ ALLOW vendor -> vendor/github.com/fullstorydev/grpcurl/cmd/grpcurl # Temporary exceptions. # - + # CONTRIB-1863. resposible: tserakhau@ ALLOW transfer_manager/go/pkg/source/mysql/canal -> vendor/github.com/pingcap/errors @@ -949,7 +949,7 @@ ALLOW yabs/telephony/platform/registrar-agent -> vendor/github.com/jackc/pgx ALLOW yabs/vh/cms-pgaas/dhdd/db -> vendor/github.com/jackc/pgx ALLOW yabs/vh/cms-pgaas/transcoded -> vendor/github.com/jackc/pgx - + # # Permanent exceptions. # diff --git a/build/scripts/go_proto_wrapper.py b/build/scripts/go_proto_wrapper.py index 065120b6eb..c2e9da4c4f 100644 --- a/build/scripts/go_proto_wrapper.py +++ b/build/scripts/go_proto_wrapper.py @@ -39,7 +39,7 @@ def main(arcadia_prefix, contrib_prefix, proto_namespace, args): assert out_dir_temp is not None, 'Output directory is not specified' try: - subprocess.check_output(args, stdin=None, stderr=subprocess.STDOUT) + subprocess.check_output(args, stdin=None, stderr=subprocess.STDOUT) except subprocess.CalledProcessError as e: sys.stderr.write('{} returned non-zero exit code {}.\n{}\n'.format(' '.join(e.cmd), e.returncode, e.output)) return e.returncode diff --git a/build/ya.conf.json b/build/ya.conf.json index 5f7cc875d6..cea273828e 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -444,12 +444,12 @@ }, "black": { "description": "Python styler, Python 3 only" - }, + }, "black_py2": { "description": "Python styler with Python 2 support" }, - "yadi": { - "description": "Arcadia version of Yadi" + "yadi": { + "description": "Arcadia version of Yadi" }, "grpc_cli": { "description": "GRPC command-line tool" @@ -468,9 +468,9 @@ }, "rtcdiag": { "description": "RTC hosts diag tool" - }, - "skotty": { - "description": "Skotty (SSH-agent) launcher" + }, + "skotty": { + "description": "Skotty (SSH-agent) launcher" }, "license_analyzer": { "description": "Run devtools license analyzer" @@ -4872,14 +4872,14 @@ "version": "1.18beta2" } }, - "godoc": { - "tools": { + "godoc": { + "tools": { "godoc": { "bottle": "godoc", "executable": "godoc" } - }, - "platforms": [ + }, + "platforms": [ { "host": { "os": "LINUX" @@ -4898,8 +4898,8 @@ }, "default": true } - ] - }, + ] + }, "qemu": { "tools": { "qemu": { @@ -5448,7 +5448,7 @@ "default": true } ] - }, + }, "black_py2": { "tools": { "black_py2": { @@ -5484,33 +5484,33 @@ } ] }, - "yadi": { - "tools": { - "yadi": { - "bottle": "yadi", - "executable": "yadi-arc" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - }, - { - "host": { - "os": "DARWIN" - }, - "default": true - }, - { - "host": { - "os": "WIN" - }, - "default": true - } - ] + "yadi": { + "tools": { + "yadi": { + "bottle": "yadi", + "executable": "yadi-arc" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + }, + { + "host": { + "os": "DARWIN" + }, + "default": true + }, + { + "host": { + "os": "WIN" + }, + "default": true + } + ] }, "grpc_cli": { "tools": { @@ -5622,34 +5622,34 @@ } ] }, - "skotty": { - "tools": { - "skotty": { - "bottle": "skotty", - "executable": "launcher" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - }, - { - "host": { - "os": "DARWIN" - }, - "default": true - }, - { - "host": { - "os": "WIN" - }, - "default": true - } - ] - }, + "skotty": { + "tools": { + "skotty": { + "bottle": "skotty", + "executable": "launcher" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + }, + { + "host": { + "os": "DARWIN" + }, + "default": true + }, + { + "host": { + "os": "WIN" + }, + "default": true + } + ] + }, "gcc102-arm-none-eabi": { "tools": { "cc": { @@ -5808,17 +5808,17 @@ ] } }, - "godoc": { - "formula": { - "sandbox_id": 511821444, - "match": "godoc" - }, - "executable": { + "godoc": { + "formula": { + "sandbox_id": 511821444, + "match": "godoc" + }, + "executable": { "godoc": [ "godoc" ] - } - }, + } + }, "yo": { "formula": { "sandbox_id": 1183539336, @@ -5861,7 +5861,7 @@ "delve": { "formula": { "sandbox_id": [ - 1192022937 + 1192022937 ], "match": "delve" }, @@ -5887,7 +5887,7 @@ }, "yoimports": { "formula": { - "sandbox_id": 1113620552, + "sandbox_id": 1113620552, "match": "yoimports" }, "executable": { @@ -7827,7 +7827,7 @@ "black" ] } - }, + }, "black_py2": { "formula": { "sandbox_id": [ @@ -7841,16 +7841,16 @@ ] } }, - "yadi": { - "formula": { - "sandbox_id": 1155032720, - "match": "yadi-arc" - }, - "executable": { - "yadi-arc": [ - "yadi-arc" - ] - } + "yadi": { + "formula": { + "sandbox_id": 1155032720, + "match": "yadi-arc" + }, + "executable": { + "yadi-arc": [ + "yadi-arc" + ] + } }, "grpc_cli": { "formula": { @@ -7907,17 +7907,17 @@ ] } }, - "skotty": { - "formula": { - "sandbox_id": 1160938937, - "match": "launcher" - }, - "executable": { - "launcher": [ - "launcher" - ] - } - }, + "skotty": { + "formula": { + "sandbox_id": 1160938937, + "match": "launcher" + }, + "executable": { + "launcher": [ + "launcher" + ] + } + }, "gcc102-arm-none-eabi": { "formula": { "sandbox_id": 1020757602, diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 081833998b..69124185df 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -8424,7 +8424,7 @@ module _GO_BASE_UNIT: _BASE_UNIT { _GO_VET=yes PEERDIR+=build/external_resources/yolint _GO_VET_TOOL=${YOLINT_RESOURCE_GLOBAL}/yolint - _GO_VET_FLAGS=-migration.config=${input:"${ARCADIA_ROOT}/build/rules/go/migrations.yaml"} -importcheck=false -SA1019=false -copyproto=false -bodyclose=false -rowserrcheck=false -ytcheck=false + _GO_VET_FLAGS=-migration.config=${input:"${ARCADIA_ROOT}/build/rules/go/migrations.yaml"} -importcheck=false -SA1019=false -copyproto=false -bodyclose=false -rowserrcheck=false -ytcheck=false } "yolint_next" ? { _GO_VET=yes |