From 261def7d10ee5fb7d8d571d10bbf0f21c16bb0ae Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Fri, 20 Aug 2021 10:37:41 -0400 Subject: [PATCH] Fix YAML linting errors It's unclear why these errors were not flagged in CI, but they are being flagged now by CI and can be reproduced locally. Something similar happened in the submariner-operator repo. Signed-off-by: Daniel Farrell --- .github/dependabot.yml | 1 + .github/workflows/dependent-issues.yml | 2 +- .golangci.yml | 2 +- .lichen.yaml | 1 + .submarinerbot.yaml | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 68b831d21..6e2d6cc93 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,4 @@ +--- version: 2 updates: - package-ecosystem: gomod diff --git a/.github/workflows/dependent-issues.yml b/.github/workflows/dependent-issues.yml index d68f9c650..cdb909baa 100644 --- a/.github/workflows/dependent-issues.yml +++ b/.github/workflows/dependent-issues.yml @@ -17,7 +17,7 @@ on: - reopened - synchronize schedule: - - cron: '0 0/6 * * *' # every 6 hours + - cron: '0 0/6 * * *' # every 6 hours jobs: check: diff --git a/.golangci.yml b/.golangci.yml index 99c956280..13697dda6 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,7 +4,7 @@ linters-settings: enabled-tags: - diagnostic - opinionated - #- performance + # - performance - style gocyclo: min-complexity: 15 diff --git a/.lichen.yaml b/.lichen.yaml index ba01f2e26..3c146686c 100644 --- a/.lichen.yaml +++ b/.lichen.yaml @@ -1,3 +1,4 @@ +--- # Licenses other than Apache-2.0 are governed by # https://github.com/cncf/foundation/blob/master/allowed-third-party-license-policy.md#approved-licenses-for-allowlist # Note that Allowlist also requires that projects were created diff --git a/.submarinerbot.yaml b/.submarinerbot.yaml index 8088a31d4..1d410a03f 100644 --- a/.submarinerbot.yaml +++ b/.submarinerbot.yaml @@ -1,3 +1,4 @@ +--- label-approved: approvals: 2 label: ready-to-test