diff options
author | thevery <thevery@yandex-team.com> | 2023-09-03 16:40:10 +0300 |
---|---|---|
committer | thevery <thevery@yandex-team.com> | 2023-09-03 16:58:25 +0300 |
commit | f29d0ff157c9e6bc72429e10cda6c9281e1294a3 (patch) | |
tree | 44f35450784e5822287e6d6a9600cbaad0d13047 /build | |
parent | 259167d0860b7708e31eb89900fdba6e073b7388 (diff) | |
download | ydb-f29d0ff157c9e6bc72429e10cda6c9281e1294a3.tar.gz |
update ktlint 0.50.0 and temporary disable it on failed modules
В этом пуллреквесте я обновил ktlint до 0.50.0 и отключил его в упавших модулях.
Обратно будем включать отдельными пулл-реквестами.
This PR bumps ktlint to 0.50.0 and disables broken modules.
We'll enable it back in separate pull requests.
Diffstat (limited to 'build')
-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 aef222ac6c0..761ac4afdc3 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -14,7 +14,7 @@ GO_FAKEID=11100371 ANDROID_FAKEID=2023-05-17 CLANG_TIDY_FAKEID=2023-06-06 CYTHON_FAKE_ID=10784829 -JAVA_FAKEID=10849009 +JAVA_FAKEID=108490091 PROTO_FAKEID=0 FBS_FAKEID=0 |