Fix some lint errors#823
Conversation
|
/test-integration |
|
These all look OK. I wonder how the linter job we have didn't catch them. Do we need to change some settings? |
|
/test-integration |
apparently we do, most of the linters in golangci-lint are disabled by default |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elfosardo, hardys The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| return fmt.Sprintf("MAC address %s conflicts with existing node %s", e.Address, e.ExistingNode) | ||
| } | ||
|
|
||
| // NewMacAddressConflictError is a wrap for macAddressConflictError error |
There was a problem hiding this comment.
This doesn't seem very informative, maybe we should improve it further.
No description provided.