Skip to content

Commit 98fe56d

Browse files
committed
remove todo fix dupl
1 parent f81698d commit 98fe56d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/controller/wfs_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ type WFSReconciler struct {
6767
//
6868
// For more details, check Reconcile and its Result here:
6969
// - https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/reconcile
70-
// TODO fix linting (dupl)
7170
//
7271
//nolint:dupl
7372
func (r *WFSReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, err error) {

internal/controller/wms_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ type WMSReconciler struct {
7878
//
7979
// For more details, check Reconcile and its Result here:
8080
// - https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/reconcile
81-
// TODO fix linting (dupl)
8281
//
8382
//nolint:dupl
8483
func (r *WMSReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, err error) {

0 commit comments

Comments
 (0)