Skip to content

Commit

Permalink
chore: Update golangci-linters
Browse files Browse the repository at this point in the history
  • Loading branch information
rainkwan authored Feb 13, 2025
1 parent 09db2b2 commit 304bb52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@

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

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

run:
Expand Down

0 comments on commit 304bb52

Please sign in to comment.