mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
9da60a9dc5
The tenv linter is deprecated in favor of usetesting which offers a superset of lint checks. This message is seen when running `make lint` ``` [nix-shell:~/src/coder]$ make lint <snip> WARN The linter 'tenv' is deprecated (since v1.64.0) due to: Duplicate feature in another linter. Replaced by usetesting. <snip> ``` This change swaps out the deprecated tenv linter for the usetesting linter, and configures it for linting parity. https://github.com/coder/coder/issues/20398