From a2162fb58986e4ea246a821be5001d55ced35eaa Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Thu, 12 Mar 2026 15:57:43 +0100 Subject: [PATCH] lint: Added edit_xml as accepted bundle type Signed-off-by: Ole Herman Schumacher Elgesem --- src/cfengine_cli/lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cfengine_cli/lint.py b/src/cfengine_cli/lint.py index 2d06401..3884291 100644 --- a/src/cfengine_cli/lint.py +++ b/src/cfengine_cli/lint.py @@ -18,7 +18,7 @@ from cfbs.cfbs_config import CFBSConfig DEPRECATED_PROMISE_TYPES = ["defaults", "guest_environments"] -ALLOWED_BUNDLE_TYPES = ["agent", "common", "monitor", "server", "edit_line"] +ALLOWED_BUNDLE_TYPES = ["agent", "common", "monitor", "server", "edit_line", "edit_xml"] def lint_cfbs_json(filename) -> int: