Skip to content

Commit a2162fb

Browse files
committed
lint: Added edit_xml as accepted bundle type
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent 50d9a9e commit a2162fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cfengine_cli/lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from cfbs.cfbs_config import CFBSConfig
1919

2020
DEPRECATED_PROMISE_TYPES = ["defaults", "guest_environments"]
21-
ALLOWED_BUNDLE_TYPES = ["agent", "common", "monitor", "server", "edit_line"]
21+
ALLOWED_BUNDLE_TYPES = ["agent", "common", "monitor", "server", "edit_line", "edit_xml"]
2222

2323

2424
def lint_cfbs_json(filename) -> int:

0 commit comments

Comments
 (0)