Skip to content

Commit

Permalink
replace deprecated tenv linter with usetesting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Feb 13, 2025
1 parent cad00d7 commit 450ed4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ linters:
- perfsprint
- revive
- staticcheck
- tenv
- testifylint
- typecheck
- unconvert
- unparam
- unused
- usestdlibvars
- usetesting

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

0 comments on commit 450ed4e

Please sign in to comment.