From cc44706c3763fa25a4bbcf19fa772418c9871499 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 22 Nov 2019 13:02:40 +0100 Subject: [PATCH] [SKIP CI] add new rule check_yaml_document_end to the docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e1178a..07cded3 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ comes with a couple of built-in checks explained in the following table. | check_yaml_file | LINT0006 | Roles file should be in yaml format. | | | check_yaml_has_content | LINT0007 | Files should contain useful content. | | | check_native_yaml | LINT0008 | Use YAML format for tasks and handlers rather than key=value. | | +| check_yaml_document_end | LINT0009 | YAML should contain document end marker. | {document-end: {present: true} | | check_line_between_tasks | ANSIBLE0001 | Single tasks should be separated by an empty line. | | | check_meta_main | ANSIBLE0002 | Meta file should contain a basic subset of parameters. | author, description, min_ansible_version, platforms, dependencies | | check_unique_named_task | ANSIBLE0003 | Tasks and handlers must be uniquely named within a file. | |