Skip to content

Commit a1924a1

Browse files
committed
The linter 'tenv' is deprecated (since v1.64.0) due to: Duplicate feature another linter. Replaced by usetesting.
On-behalf-of: @SAP [email protected]
1 parent eb01108 commit a1924a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ linters:
4343
- predeclared
4444
- promlinter
4545
- staticcheck
46-
- tenv
4746
- unconvert
4847
- unused
48+
- usetesting
4949
- wastedassign
5050
- whitespace
5151
disable-all: true

0 commit comments

Comments
 (0)