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 4d95386
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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,8 +22,10 @@ linters:
- misspell
- revive
- staticcheck
- tenv
- typecheck
- unused
- unparam

issues:
# Maximum issues count per one linter.
Expand Down

0 comments on commit 4d95386

Please sign in to comment.