Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit cbb9710

Browse files
committed
style: remove nolint that we're no longer using
Signed-off-by: Chris Privitere <[email protected]>
1 parent 59643e0 commit cbb9710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1alpha3/packetmachine_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type PacketMachineSpec struct {
3333
OS string `json:"OS"` //nolint: tagliatelle
3434
BillingCycle string `json:"billingCycle"`
3535
MachineType string `json:"machineType"`
36-
SshKeys []string `json:"sshKeys,omitempty"` //nolint: stylecheck
36+
SshKeys []string `json:"sshKeys,omitempty"`
3737

3838
// Facility represents the Packet facility for this cluster.
3939
// Override from the PacketCluster spec.

0 commit comments

Comments
 (0)