aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/nots.py
diff options
context:
space:
mode:
authorvturov <vturov@yandex-team.com>2024-05-15 16:42:15 +0300
committervturov <vturov@yandex-team.com>2024-05-15 17:05:01 +0300
commita6e62482c25dd183da6d34236ee1ad6c3d5fc42e (patch)
tree6f47f2511cdf150f854c38ab9fe8685f8ba86a75 /build/plugins/nots.py
parentef02042bb8fc43776cf79941029af1e4181db0f9 (diff)
downloadydb-a6e62482c25dd183da6d34236ee1ad6c3d5fc42e.tar.gz
New eslint suite: remove unneeded old references
bb11084ac0472d18fb06fe65a35363f2e704e1ab
Diffstat (limited to 'build/plugins/nots.py')
-rw-r--r--build/plugins/nots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py
index 9a95643ba0..f504d415ec 100644
--- a/build/plugins/nots.py
+++ b/build/plugins/nots.py
@@ -386,7 +386,7 @@ def _setup_eslint(unit):
"LINT-FILE-PROCESSING-TIME": str(ESLINT_FILE_PROCESSING_TIME_DEFAULT),
}
- _add_test(unit, "eslint.new", lint_files, deps, test_record, mod_dir)
+ _add_test(unit, "eslint", lint_files, deps, test_record, mod_dir)
unit.set(["TEST_RECIPES_VALUE", user_recipes])