From 21366a259ea38d19036a205ef973aa26d844e5d1 Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Fri, 24 Jun 2022 21:33:49 +0200 Subject: [PATCH 1/2] Display linter errors only for new issues --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 390b34c2..a99acc8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: golangci/golangci-lint-action@v2 + with: + only-new-issues: true test: runs-on: ubuntu-latest steps: From 321ade5181d4f64b6b542edac16232db04a43ddb Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Fri, 24 Jun 2022 21:34:30 +0200 Subject: [PATCH 2/2] Include all the ignored directories --- .golangci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index eb01cdc0..26d35f94 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,8 +1,5 @@ run: timeout: 10m - skip-dirs: - - iterative - - cml output: format: github-actions severity: