Skip to content

Commit

Permalink
add exportloopref, tenv and unparam linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Jun 19, 2024
1 parent ffe855d commit 51c3820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ linters:
enable:
- depguard
- errcheck
- exportloopref
- godot
- gofumpt
- goimports
Expand All @@ -21,6 +22,7 @@ linters:
- misspell
- revive
- staticcheck
- tenv
- typecheck
- unused

Expand Down

0 comments on commit 51c3820

Please sign in to comment.