mirror of
https://github.com/juanfont/headscale.git
synced 2025-09-20 17:53:11 +02:00
Fixed nolint directive
This commit is contained in:
parent
41aafbbb6d
commit
d8828f4de1
@ -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:g115
|
||||
MachineKey: machineKey.Public(),
|
||||
NodeKey: nodeKey.Public(),
|
||||
Hostname: "testnode" + strconv.Itoa(index),
|
||||
|
Loading…
Reference in New Issue
Block a user