.golangci.yml: Replace exportloopref with copyloopvar
Some checks failed
Tests and linters / Lint (pull_request) Successful in 43s
Tests and linters / Tests with -race (pull_request) Successful in 1m18s
Tests and linters / Tests (pull_request) Successful in 34s
DCO action / DCO (pull_request) Failing after 1m31s

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-10-02 09:47:08 +03:00
parent d9a604fbc1
commit 39adbbaf3c

View file

@ -50,7 +50,7 @@ linters:
- bidichk
- durationcheck
- exhaustive
- exportloopref
- copyloopvar
- gofmt
- goimports
- misspell