.golangci.yml: Replace exportloopref with copyloopvar #121

Merged
fyrchik merged 1 commit from fyrchik/frostfs-api-go:fix-linter-warning into master 2024-10-02 07:04:50 +00:00

View file

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