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 | b868fa2d4a6e866a6b50fd0a1b8da8cdca5b57d7 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build/ymake.core.conf | |
parent | 22f9a26d1b7124c1e1f985bbe4026d660f8eb65f (diff) | |
download | ydb-b868fa2d4a6e866a6b50fd0a1b8da8cdca5b57d7.tar.gz |
Restoring authorship annotation for <buglloc@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 69124185df..081833998b 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 |