diff options
author | mixa108 <mixa108@yandex-team.com> | 2023-11-16 23:30:40 +0300 |
---|---|---|
committer | mixa108 <mixa108@yandex-team.com> | 2023-11-17 00:08:51 +0300 |
commit | 7201b7c96dac23e1a7629851e66a48674cd27591 (patch) | |
tree | a34332b8d21638d7bc0998d312bfe40a734e0388 /build/conf/go.conf | |
parent | 17f5cf3f798bd3ea532a0f941d07a0e41af10177 (diff) | |
download | ydb-7201b7c96dac23e1a7629851e66a48674cd27591.tar.gz |
yolint for go1.21
yolint for go1.21
Diffstat (limited to 'build/conf/go.conf')
-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 be69e6717b..5fd9d57e9e 100644 --- a/build/conf/go.conf +++ b/build/conf/go.conf @@ -710,7 +710,7 @@ module _GO_BASE_UNIT: _BASE_UNIT { _GO_CGO1_WRAPPER_FLAGS=--build-prefix=__ARCADIA_BUILD_ROOT_PREFIX__ --source-prefix=__ARCADIA_SOURCE_ROOT_PREFIX__ } "yolint" ? { - _GO_VET=no + _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"} -scopelint.config=${input:"${ARCADIA_ROOT}/build/rules/go/extended_lint.yaml"} |