Skip to content

Commit

Permalink
Chore: fix golang linters (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainkwan authored Feb 25, 2025
1 parent 2eb4189 commit 92c6821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

issues:
max-per-linter: 0
max-issues-per-linter: 0
max-same-issues: 0

linters:
disable-all: true
enable:
- copyloopvar
- durationcheck
- errcheck
- exportloopref
- forcetypeassert
- godot
- gofmt
Expand All @@ -20,10 +20,10 @@ linters:
- nilerr
- predeclared
- staticcheck
- tenv
- unconvert
- unparam
- unused
- usetesting

run:
# Prevent false positive timeouts in CI
Expand Down

0 comments on commit 92c6821

Please sign in to comment.