We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50d9a9e + a2162fb commit 38f4746Copy full SHA for 38f4746
1 file changed
src/cfengine_cli/lint.py
@@ -18,7 +18,7 @@
18
from cfbs.cfbs_config import CFBSConfig
19
20
DEPRECATED_PROMISE_TYPES = ["defaults", "guest_environments"]
21
-ALLOWED_BUNDLE_TYPES = ["agent", "common", "monitor", "server", "edit_line"]
+ALLOWED_BUNDLE_TYPES = ["agent", "common", "monitor", "server", "edit_line", "edit_xml"]
22
23
24
def lint_cfbs_json(filename) -> int:
0 commit comments