From f5b35c7d69901aff83d7429d7891a4a8435b083d Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sun, 4 Apr 2021 02:57:35 +0200 Subject: [PATCH] WIP --- .github/workflows/pr.yml | 2 ++ .golangci.yml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b5380d939817..22a9c6bf7b96 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -33,6 +33,8 @@ jobs: uses: golangci/golangci-lint-action@v2.5.1 with: version: latest + skip-pkg-cache: true + skip-build-cache: true tests-on-windows: needs: golangci-lint # run after golangci-lint action to not produce duplicated errors runs-on: windows-latest diff --git a/.golangci.yml b/.golangci.yml index 5b6a3e4abdb7..28f8da11c26e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -133,10 +133,10 @@ issues: - gocritic text: "unnecessaryDefer:" - # seems flaky - - linters: - - nolintlint - text: 'directive `//\s?nolint:\s?staticcheck` is unused for linter "staticcheck"' +# # seems flaky +# - linters: +# - nolintlint +# text: 'directive `//\s?nolint:\s?staticcheck` is unused for linter "staticcheck"' run: skip-dirs: