diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 453df682..9127ad74 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,6 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v2 - with: - version: latest test: name: Test diff --git a/.golangci.yml b/.golangci.yml index 4412bda3..ee508fb3 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -2,25 +2,5 @@ run: tests: true linters: - # inverted configuration with `enable-all` and `disable` is not scalable during updates of golangci-lint - enable-all: true disable: - errcheck - - lll - - wsl - - gomnd - - testpackage - - exhaustivestruct - - paralleltest - - cyclop - - forcetypeassert - -issues: - exclude-rules: - - path: _test\.go - linters: - - gochecknoglobals - - funlen - - godox - - noctx - - wrapcheck