diff options
author | yarfed <yarfed@yandex-team.com> | 2023-07-26 14:48:57 +0300 |
---|---|---|
committer | yarfed <yarfed@yandex-team.com> | 2023-07-26 14:48:57 +0300 |
commit | 66ff7742308d5402fb5e43c059763d67486a97d3 (patch) | |
tree | f8a435cd204b0aa200ec0374e7ec5be4a3583676 | |
parent | ba9a310064ff9f159b0b96a5f8b1a606c3e0e595 (diff) | |
download | ydb-66ff7742308d5402fb5e43c059763d67486a97d3.tar.gz |
add a.yaml for yolint
-rw-r--r-- | build/ymake.core.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 2ba5d42433..385f2d83d0 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -9220,12 +9220,6 @@ module _GO_BASE_UNIT: _BASE_UNIT { _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"} } - "yolint_next" ? { - _GO_VET=yes - PEERDIR+=build/external_resources/yolint - _GO_VET_TOOL=${YOLINT_NEXT_RESOURCE_GLOBAL}/yolint - _GO_VET_FLAGS=-scopelint.config=${input:"${ARCADIA_ROOT}/build/rules/go/extended_lint.yaml"} - } "local" ? { _GO_VET=yes _GO_VET_FLAGS= |