refactor(a2a): update test files for ACP to A2A rename

Replace two remaining 'ACP' references with 'A2A' in vulture_whitelist.py
comments (lines 633, 957) missed by the source rename in PR #705.

Closes #689
This commit is contained in:
2026-03-12 16:23:19 +00:00
parent c169cb201d
commit 4133c46aff
+2 -2
View File
@@ -630,7 +630,7 @@ planner_max_files_per_subplan # noqa: B018, F821
planner_max_tokens_per_subplan # noqa: B018, F821
planner_min_files_per_subplan # noqa: B018, F821
# ACP facade wiring — public API error codes and mapping function (#501)
# A2A facade wiring — public API error codes and mapping function (#501)
NOT_FOUND # noqa: B018, F821
VALIDATION_ERROR # noqa: B018, F821
INVALID_STATE # noqa: B018, F821
@@ -954,7 +954,7 @@ MockLspTransport # noqa: B018, F821
# cleveragents.cli.commands.lsp — Typer CLI entrypoint for ``agents lsp serve``
serve # noqa: B018, F821
# cleveragents.lsp.server.LspServer.facade — lazy ACP facade property
# cleveragents.lsp.server.LspServer.facade — lazy A2A facade property
facade # noqa: B018, F821
# Domain-specific analyzers — public API (issue #588)