diff --git a/.github/workflows/operator-ci.yaml b/.github/workflows/operator-ci.yaml index f9322b585..f32f67757 100644 --- a/.github/workflows/operator-ci.yaml +++ b/.github/workflows/operator-ci.yaml @@ -86,7 +86,6 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.54.0 - args: --timeout=5m0s ./... --verbose --out-format=github-actions container_quality_dockerfile_lint: needs: [gofmt, govet] diff --git a/.golangci.yml b/.golangci.yml index 48fc1e0d6..a72eb7d4d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -25,6 +25,10 @@ issues: run: timeout: 5m go-version: "1.21" + output: + format: colored-line-number + sort-results: true + test: false # Exclude third-party packages and go.mod from the lint checks exclude: |