diff options
author | mikhailche <mikhailche@yandex-team.com> | 2024-04-10 14:01:09 +0300 |
---|---|---|
committer | mikhailche <mikhailche@yandex-team.com> | 2024-04-10 14:16:57 +0300 |
commit | 52603dfdb4ba2e1e9d91b983b7bdaebf46d80fc0 (patch) | |
tree | e9c8e9a6f8ddecf4086f8e06c7771a41775b4af1 | |
parent | bdc46f7c95745f1208bd629fe35758738b0d2a9d (diff) | |
download | ydb-52603dfdb4ba2e1e9d91b983b7bdaebf46d80fc0.tar.gz |
Change "build/ymake.core.conf"
81d323704caa7ff3a58fc18b7216bd9242c01a1d
-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 98cd9889fbc..55b6f2c56de 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -1641,7 +1641,7 @@ macro NO_LINT(ktlint?"ktlint":"none") { SET(_NO_LINT_VALUE ${ktlint}) } -### @usage: LINT(<none|base|strict>) +### @usage: LINT(<none|base|strict|extended>) ### ### Set linting level for sources of the module macro LINT(level) { |