Fix linter error at netmap/selector.go #59

Closed
opened 2023-04-18 09:04:26 +00:00 by ironbee · 0 comments
Contributor

Linter reports an error:

$ make lint
netmap/selector.go:59:32  revive  unused-parameter: parameter 'p' seems to be unused, consider removing or renaming it as _
make: *** [lint] Error 1

Possible Solution

It looks like the p is not used any more because of #54 and we can remove it from the function's signature.

Linter reports an error: ``` $ make lint netmap/selector.go:59:32 revive unused-parameter: parameter 'p' seems to be unused, consider removing or renaming it as _ make: *** [lint] Error 1 ``` ## Possible Solution It looks like the `p` is not used any more because of https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/pulls/54 and we can remove it from the function's signature.
ironbee added the
good first issue
label 2023-04-18 09:04:26 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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-sdk-go#59
No description provided.