Commit graph

3 commits

Author SHA1 Message Date
007db8eff4 [#25] .golangci.yml: Replace exportloopref with copyloopvar
All checks were successful
Tests and linters / Build lib (pull_request) Successful in 53s
Tests and linters / Tests (pull_request) Successful in 1m10s
Tests and linters / Staticcheck (pull_request) Successful in 1m26s
Tests and linters / Lint (pull_request) Successful in 3m38s
Fix the warning:
```
WARN The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by copyloopvar.
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-08-28 14:23:46 +03:00
a0d01aad6a [#1316] lint: Fix golangci-lint config
All checks were successful
Tests and linters / Build lib (pull_request) Successful in 46s
Tests and linters / Tests (pull_request) Successful in 43s
Tests and linters / Staticcheck (pull_request) Successful in 56s
Tests and linters / Lint (pull_request) Successful in 5m40s
Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-08-21 14:22:21 +03:00
True Cloud Lab
e8381da3da Initial commit 2023-07-17 10:51:48 +00:00