From 0e8c7a41f559853ad608544aef59b2e8b6be259b Mon Sep 17 00:00:00 2001 From: Selena Goods Date: Wed, 26 Feb 2025 11:46:56 -0500 Subject: [PATCH] Replace `tenv` and `exportloopref` linters with `usetesting` and `copyloopvar` (#278) --- .golangci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 6301ca6..4ceeaa2 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,7 @@ # Visit https://golangci-lint.run/ for usage documentation # and information on other useful linters issues: - max-per-linter: 0 + max-issues-per-linter: 0 max-same-issues: 0 linters: @@ -20,8 +20,7 @@ linters: - nilerr - predeclared - staticcheck - - tenv - unconvert - unparam - unused - - govet + - usetesting \ No newline at end of file