From d448f40e2d39eaa6d10ac113cb39c5b00057230f Mon Sep 17 00:00:00 2001 From: workloads-bot <66718385+workloads-bot@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:21:24 +0200 Subject: [PATCH] Update .markdown-lint.yml --- .markdown-lint.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .markdown-lint.yml diff --git a/.markdown-lint.yml b/.markdown-lint.yml deleted file mode 100644 index 1a42d0a..0000000 --- a/.markdown-lint.yml +++ /dev/null @@ -1,22 +0,0 @@ -# This is a Terraform-managed file; manual changes will be overwritten. -# see https://github.com/workloads/github-organization/blob/main/templates/.markdown-lint.yml - ---- - -default: true - -# see https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md004---unordered-list-style -MD004: - style: "asterisk" - -# see https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013---line-length -MD013: - # account for very long lines inside code blocks (e.g.: lines generated by `terraform-docs`) - line_length: 600 - -# see https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013---line-length -MD033: - # Allowed elements - allowed_elements: - - br - - pre