diff options
author | grihabor <grihabor@yandex-team.ru> | 2022-04-19 23:09:28 +0300 |
---|---|---|
committer | grihabor <grihabor@yandex-team.ru> | 2022-04-19 23:09:28 +0300 |
commit | 16c0269ee871e80d5bfed6efaf5ed29bf71b60d1 (patch) | |
tree | 542d598c33c82c102930ce9c2aa40c79d320df16 | |
parent | 28d39ab058a077fd26442ee74405f70d4dbd9a29 (diff) | |
download | ydb-16c0269ee871e80d5bfed6efaf5ed29bf71b60d1.tar.gz |
yolint: bump version and remove flags [IGNIETFERRO-1998]
Build https://a.yandex-team.ru/review/2478305/details
ref:7ffec5b415f8d235d68fa9d890ef695f4f9e34b6
-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 d521b7a57d..6499c743f0 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -8513,7 +8513,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"} -scopelint.config=${input:"${ARCADIA_ROOT}/build/rules/go/extended_lint.yaml"} -importcheck=false -SA1019=false -copyproto=false -bodyclose=false -rowserrcheck=false -ytcheck=false -sqlclosecheck=false + _GO_VET_FLAGS=-migration.config=${input:"${ARCADIA_ROOT}/build/rules/go/migrations.yaml"} -scopelint.config=${input:"${ARCADIA_ROOT}/build/rules/go/extended_lint.yaml"} -S1009=false -S1038=false -SA4006=false -SA9008=false -S1001=false -SA4028=false } "yolint_next" ? { _GO_VET=yes |