From 937eff192e34830fcc57093b191fe0bca3dac768 Mon Sep 17 00:00:00 2001 From: "Dr. Strangelove" Date: Thu, 6 Nov 2025 15:54:08 -0500 Subject: [PATCH] chore: fix linter action to error on lint issue (#1891) lint action used to fix the issue rather than error --- .github/workflows/lint.yaml | 2 +- .golangci.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 90eb5a4998..f78ca3c4ee 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -69,4 +69,4 @@ jobs: uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 with: version: latest - args: --timeout 3m + args: --timeout 4m diff --git a/.golangci.yaml b/.golangci.yaml index 2db4e9a6e6..c7fc2109af 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -23,8 +23,6 @@ linters: exclusions: presets: - std-error-handling -issues: - fix: true formatters: enable: - goimports