- Notifications
You must be signed in to change notification settings - Fork1.1k
Closed
Description
When I runmake lint, I see this warning from golangci-lint.
https://github.com/sivchari/tenv is deprecated and usetesting seems like it offers a superset of functionality. We can probably just enable the detection ofos-setenv for parity to starthttps://golangci-lint.run/docs/linters/configuration/#usetesting
[nix-shell:~/src/coder]$ make lint--- shellcheckAGPL imports OKcodersdk imports OKWARN The linter 'tenv' is deprecated (since v1.64.0) due to: Duplicate feature in another linter. Replaced by usetesting.<snip>