From cc5334b139a5eb522f4f100820e7e00573166aa5 Mon Sep 17 00:00:00 2001 From: Olha Yevtushenko Date: Tue, 31 Jan 2023 17:14:30 +0200 Subject: [PATCH] yamllint config: remove indentation check --- .github/workflows/yamllint.yaml | 5 ----- .yamllint.yaml | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index 940bb448..99be38bd 100644 --- a/.github/workflows/yamllint.yaml +++ b/.github/workflows/yamllint.yaml @@ -10,8 +10,3 @@ jobs: - uses: actions/checkout@v1 - name: yaml-lint uses: ibiqlik/action-yamllint@v3 - with: - config_data: | - extends: default - rules: - indentation: disable # kustomize can rewrite yaml files and break this rule diff --git a/.yamllint.yaml b/.yamllint.yaml index 83aa0718..ab07c4d0 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -8,6 +8,7 @@ rules: min-spaces-from-content: 1 trailing-spaces: level: warning + indentation: disable # kustomize can rewrite yaml files and break this rule truthy: ignore: | /.github/workflows