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 = {