Remove obsolete forbidden warning.

The recipe_engine repo no longer generates the STEP_NEST_NAME_REQUIRED
warning, this will remove output to that effect when running the recipe
tests in this repo.

Change-Id: I0da120b522c9388180771f7c28b3fe17492e0035
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7099000
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Auto-Submit: Garrett Beaty <gbeaty@google.com>
Commit-Queue: Yiwei Zhang <yiwzhang@google.com>
This commit is contained in:
Garrett Beaty
2025-10-29 22:25:50 -07:00
committed by LUCI CQ
parent 6fe43bc8d7
commit 117ee16204

View File

@@ -24,8 +24,7 @@
"forbidden_warnings": [
"recipe_engine/CQ_MODULE_DEPRECATED",
"recipe_engine/JSON_READ_DEPRECATED",
"recipe_engine/PYTHON2_DEPRECATED",
"recipe_engine/STEP_NEST_NAME_REQUIRED"
"recipe_engine/PYTHON2_DEPRECATED"
],
"project_id": "depot_tools",
"recipes_path": "recipes",