mirror of
https://github.com/juanfont/headscale.git
synced 2025-09-20 17:53:11 +02:00
Fixed errors in files according to golangci-lint rules
This commit is contained in:
parent
d8828f4de1
commit
2877a0fe09
@ -203,7 +203,7 @@ func (s *Suite) TestListPeersWithoutNonAuthorized(c *check.C) {
|
||||
}
|
||||
|
||||
node := types.Node{
|
||||
ID: types.NodeID(uint64(index)), // nolint:g115
|
||||
ID: types.NodeID(uint64(index)), //nolint // disable G115
|
||||
MachineKey: machineKey.Public(),
|
||||
NodeKey: nodeKey.Public(),
|
||||
Hostname: "testnode" + strconv.Itoa(index),
|
||||
|
Loading…
Reference in New Issue
Block a user