Skip to content

Commit

Permalink
fix(ci): Update golangci-lint cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
hrak committed Sep 5, 2024
1 parent eccc027 commit 7a26220
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ linters:
- err113
- execinquery
- exhaustruct
- exportloopref
- forcetypeassert
- funlen
- gochecknoglobals
Expand All @@ -90,7 +91,12 @@ linters:
enable-all: true

run:
issues-exit-code: 1
timeout: 10m
go: "1.22"
build-tags:
- tools
- e2e
allow-parallel-runners: true

issues:
max-same-issues: 0
Expand Down

0 comments on commit 7a26220

Please sign in to comment.