Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Nov 20, 2024
1 parent f85076d commit 0fad83b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions internal/webhook/v1alpha2/linodecluster_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ import (
. "github.com/linode/cluster-api-provider-linode/clients"
)

// log is for logging in this package.
//
//nolint:unused // Package logger variable is intended for future use in webhook implementation

Check failure on line 37 in internal/webhook/v1alpha2/linodecluster_webhook.go

View workflow job for this annotation

GitHub Actions / go-analyze

directive `//nolint:unused // Package logger variable is intended for future use in webhook implementation` is unused for linter "unused" (nolintlint)
var linodeclusterlog = logf.Log.WithName("linodecluster-resource")

Expand Down
2 changes: 0 additions & 2 deletions internal/webhook/v1alpha2/linodefirewall_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import (
infrastructurev1alpha2 "github.com/linode/cluster-api-provider-linode/api/v1alpha2"
)

// log is for logging in this package.
//
//nolint:unused // Package logger variable is intended for future use in webhook implementation

Check failure on line 32 in internal/webhook/v1alpha2/linodefirewall_webhook.go

View workflow job for this annotation

GitHub Actions / go-analyze

directive `//nolint:unused // Package logger variable is intended for future use in webhook implementation` is unused for linter "unused" (nolintlint)
var linodefirewalllog = logf.Log.WithName("linodefirewall-resource")

Expand Down
2 changes: 0 additions & 2 deletions internal/webhook/v1alpha2/linodemachine_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ var (
LinodeMachineMaxDataDisk = LinodeMachineMaxDisk - 1
)

// log is for logging in this package.
//
//nolint:unused // Package logger variable is intended for future use in webhook implementation

Check failure on line 55 in internal/webhook/v1alpha2/linodemachine_webhook.go

View workflow job for this annotation

GitHub Actions / go-analyze

directive `//nolint:unused // Package logger variable is intended for future use in webhook implementation` is unused for linter "unused" (nolintlint)
var linodemachinelog = logf.Log.WithName("linodemachine-resource")

Expand Down

0 comments on commit 0fad83b

Please sign in to comment.