.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
- durationcheck
- exhaustive
- exportloopref
- copyloopvar
- gofmt
- goimports
- misspell