From 42807ee071041470726be505c551c7a59be336d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Mon, 25 Mar 2024 17:36:26 +0100 Subject: [PATCH] .github/workflows: disable reviewdog --- .github/workflows/unit-integration-tests.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/unit-integration-tests.yml b/.github/workflows/unit-integration-tests.yml index 399089b2d1..dff03881be 100644 --- a/.github/workflows/unit-integration-tests.yml +++ b/.github/workflows/unit-integration-tests.yml @@ -33,13 +33,15 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} - - name: golangci-lint - uses: reviewdog/action-golangci-lint@v2 - with: - go_version: ${{ inputs.go-version }} - golangci_lint_version: v1.52.2 - fail_on_error: true - reporter: github-pr-review + ## Disabled for v2 until the main PR is merged, + ## as it's too large for reviewdog: https://github.com/DataDog/dd-trace-go/actions/runs/8423412332/job/23064985838#step:3:94 + # - name: golangci-lint + # uses: reviewdog/action-golangci-lint@v2 + # with: + # go_version: ${{ inputs.go-version }} + # golangci_lint_version: v1.52.2 + # fail_on_error: true + # reporter: github-pr-review test-contrib: runs-on: