chore: fix linter action to error on lint issue (#1891)

lint action used to fix the issue rather than error
This commit is contained in:
Dr. Strangelove
2025-11-06 15:54:08 -05:00
committed by GitHub
parent 27663f0a12
commit 937eff192e
2 changed files with 1 additions and 3 deletions

View File

@@ -69,4 +69,4 @@ jobs:
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: latest
args: --timeout 3m
args: --timeout 4m

View File

@@ -23,8 +23,6 @@ linters:
exclusions:
presets:
- std-error-handling
issues:
fix: true
formatters:
enable:
- goimports