aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/nots.py
diff options
context:
space:
mode:
authorzaverden <zaverden@yandex-team.com>2024-09-26 09:28:32 +0300
committerzaverden <zaverden@yandex-team.com>2024-09-26 09:39:03 +0300
commit1339bbde1687911362cf2a244869e30003508986 (patch)
tree8a99c3a4636eb827cc7249e638c5b0e8dc80d1ef /build/plugins/nots.py
parentce46dd723f5a9ce88a32c17a1b012c5b64c6788f (diff)
downloadydb-1339bbde1687911362cf2a244869e30003508986.tar.gz
conf(TS_STYLELINT): version check in configuration
commit_hash:d299f263c839e115a6376a37bf864572903a855b
Diffstat (limited to 'build/plugins/nots.py')
-rw-r--r--build/plugins/nots.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py
index 625b1af5bf..6dcff79bf7 100644
--- a/build/plugins/nots.py
+++ b/build/plugins/nots.py
@@ -603,6 +603,8 @@ def _setup_stylelint(unit):
if not test_files:
return
+ unit.on_peerdir_ts_resource("stylelint")
+
from lib.nots.package_manager import constants
recipes_value = unit.get("TEST_RECIPES_VALUE")