.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
Owner

Fix linter 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.
Fix linter 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. ```
fyrchik added 1 commit 2024-10-02 06:47:23 +00:00
.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
39adbbaf3c
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
fyrchik force-pushed fix-linter-warning from 39adbbaf3c to 646f374171 2024-10-02 06:48:03 +00:00 Compare
fyrchik requested review from storage-core-committers 2024-10-02 06:48:07 +00:00
fyrchik requested review from storage-core-developers 2024-10-02 06:48:08 +00:00
fyrchik force-pushed fix-linter-warning from 646f374171 to 3e705a3cbe 2024-10-02 06:48:26 +00:00 Compare
acid-ant approved these changes 2024-10-02 07:01:53 +00:00
a-savchuk approved these changes 2024-10-02 07:02:22 +00:00
fyrchik merged commit 3e705a3cbe into master 2024-10-02 07:04:50 +00:00
fyrchik deleted branch fix-linter-warning 2024-10-02 07:04:51 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-api-go#121
No description provided.