Skip to content

Commit ee5662c

Browse files
committed
fix: linting
Signed-off-by: Giuseppe Chiesa <mail@giuseppechiesa.it>
1 parent 2b100d0 commit ee5662c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controllers/podlabels/abstract.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"fmt"
99

1010
"github.com/go-logr/logr"
11-
"github.com/pkg/errors" //nolint:depguard
11+
"github.com/pkg/errors"
1212
corev1 "k8s.io/api/core/v1"
1313
apierr "k8s.io/apimachinery/pkg/api/errors"
1414
"k8s.io/apimachinery/pkg/fields"

pkg/api/pod_options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2021 Project Capsule Authors.
1+
// Copyright 2020-2023 Project Capsule Authors.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package api

0 commit comments

Comments
 (0)