diff options
author | gleb-kov <gleb-kov@yandex-team.ru> | 2022-02-10 16:46:22 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:22 +0300 |
commit | 7b1cfa32681104c8468c5824c79fd80d9a88a579 (patch) | |
tree | 499e0a6e0f35aba718ac262605efb4342996bdca /build | |
parent | 89973d10cfeccd97d2f25449a523c93940565edf (diff) | |
download | ydb-7b1cfa32681104c8468c5824c79fd80d9a88a579.tar.gz |
Restoring authorship annotation for <gleb-kov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/stdafx.hpp | 4 | ||||
-rw-r--r-- | build/ya.conf.json | 6 | ||||
-rw-r--r-- | build/ymake.core.conf | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/build/stdafx.hpp b/build/stdafx.hpp index 98b15adda0..eff2240a99 100644 --- a/build/stdafx.hpp +++ b/build/stdafx.hpp @@ -135,7 +135,7 @@ #include <util/system/shmat.h> #include <util/system/rusage.h> #include <util/system/yassert.h> -#include <util/system/tempfile.h> +#include <util/system/tempfile.h> #include <util/system/atomic.h> #include <util/system/yield.h> #include <util/system/filemap.h> @@ -163,7 +163,7 @@ #include <util/system/datetime.h> #include <util/system/utime.h> #include <util/system/mlock.h> -#include <util/system/type_name.h> +#include <util/system/type_name.h> #include <util/system/file.h> #include <util/system/atexit.h> #include <util/system/context_x86.h> diff --git a/build/ya.conf.json b/build/ya.conf.json index 5f7cc875d6..5809b385b4 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -5767,9 +5767,9 @@ "clang-tidy": { "formula": { "sandbox_id": [ - 1073581733, - 1073610805, - 1073627148 + 1073581733, + 1073610805, + 1073627148 ], "match": "CLANG_TIDY" }, diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 081833998b..1b72a00ff1 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -12,7 +12,7 @@ SANDBOX_FAKEID=${FAKEID}.7600000 CPP_FAKEID=9107927 GO_FAKEID=9056219 ANDROID_FAKEID=8821472 -CLANG_TIDY_FAKEID=8625699 +CLANG_TIDY_FAKEID=8625699 CURDIR=. MODDIR=. |