Skip to content

Commit

Permalink
Replace golangci-lint linters (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbasata authored Feb 12, 2025
1 parent 76197e1 commit e3d0a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ issues:
linters:
disable-all: true
enable:
- copyloopvar
- durationcheck
- errcheck
- exportloopref
- forcetypeassert
- godot
- gofmt
Expand All @@ -19,10 +19,10 @@ linters:
- nilerr
- predeclared
- staticcheck
- tenv
- unconvert
- unparam
- unused
- usetesting

run:
# Prevent false positive timeouts in CI
Expand Down

0 comments on commit e3d0a72

Please sign in to comment.