From d7dfe1061bd19794b40ad94afee22ac11ef4436f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 4 Aug 2026 07:52:28 +0200 Subject: [PATCH] Document legacy alias construction --- .github/scripts/prepare_addon_lint_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/prepare_addon_lint_config.py b/.github/scripts/prepare_addon_lint_config.py index 20b7460ac6..d91f0ead51 100644 --- a/.github/scripts/prepare_addon_lint_config.py +++ b/.github/scripts/prepare_addon_lint_config.py @@ -11,6 +11,7 @@ from pathlib import Path from typing import Any +# Build the upstream-only legacy aliases without retaining deprecated literals. LEGACY_APP_CONFIG = "addon" + "_config" LEGACY_ALL_APP_CONFIGS = "all_addon" + "_configs" MAP_ALIASES = {