From ecf52f610343b9b28515e3baa20c4c3b0cbc477a Mon Sep 17 00:00:00 2001 From: workloads-bot <66718385+workloads-bot@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:23:46 +0200 Subject: [PATCH] Update .yaml-lint.yml --- .yaml-lint.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .yaml-lint.yml diff --git a/.yaml-lint.yml b/.yaml-lint.yml deleted file mode 100644 index 4929955..0000000 --- a/.yaml-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/.yaml-lint.yml - ---- - -extends: default - -yaml-files: - - '*.yml' - -rules: - # see https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.line_length - line-length: - max: 180 - - # see https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.truthy - truthy: - allowed-values: [ - 'true', - 'false' - ] - check-keys: true