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