From d8b9a7052eb883b40e223a7ecc4aba92a8f2999f Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Sun, 21 Feb 2021 06:15:12 +0300 Subject: [PATCH] Drop truthy.check-keys from yamllint (does not supported on CI) https://clickhouse-test-reports.s3.yandex.net/21019/e9226904530afa0262a4c478ddd6d7d7d82293cf/style_check.html#fail1 --- .github/workflows/anchore-analysis.yml | 2 +- .yamllint | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/anchore-analysis.yml b/.github/workflows/anchore-analysis.yml index 105c05f470c3..1005c8f6c383 100644 --- a/.github/workflows/anchore-analysis.yml +++ b/.github/workflows/anchore-analysis.yml @@ -8,7 +8,7 @@ name: Docker Container Scan (clickhouse-server) -on: +"on": pull_request: paths: - docker/server/Dockerfile diff --git a/.yamllint b/.yamllint index ea04e9981d9d..fe161e718493 100644 --- a/.yamllint +++ b/.yamllint @@ -13,5 +13,3 @@ rules: min-spaces-from-content: 1 document-start: present: false - truthy: - check-keys: false