diff options
author | buglloc <buglloc@yandex-team.com> | 2023-11-14 07:07:25 +0300 |
---|---|---|
committer | buglloc <buglloc@yandex-team.com> | 2023-11-14 07:29:26 +0300 |
commit | 5875ba9f9a4c482aa1229c6a6f634c5507990e71 (patch) | |
tree | b0c978c989823c9a2f464147c9682c510f394c83 /build | |
parent | d09caf24ecc18787e322a4ceaad53659219d50ed (diff) | |
download | ydb-5875ba9f9a4c482aa1229c6a6f634c5507990e71.tar.gz |
"local" go vet tool uses same flags as "production" one
Иначе пипец неудобна)
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/go.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/go.conf b/build/conf/go.conf index 873bb62669..491abb1693 100644 --- a/build/conf/go.conf +++ b/build/conf/go.conf @@ -710,7 +710,7 @@ module _GO_BASE_UNIT: _BASE_UNIT { } "local" ? { _GO_VET=yes - _GO_VET_FLAGS= + _GO_VET_FLAGS=-migration.config=${input:"${ARCADIA_ROOT}/build/rules/go/migrations.yaml"} -scopelint.config=${input:"${ARCADIA_ROOT}/build/rules/go/extended_lint.yaml"} } default ? { _GO_VET=no |