Skip to content

Commit ad89959

Browse files
committed
Add nolint
1 parent 925eaea commit ad89959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/controller/nginx/types/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package types
1+
package types //nolint:revive // ignoring meaningless package name
22

33
const (
44
// Nginx503Server is used as a backend for services that cannot be resolved (have no IP address).

internal/framework/types/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package types
1+
package types //nolint:revive // ignoring meaningless package name
22

33
import "sigs.k8s.io/controller-runtime/pkg/client"
44

0 commit comments

Comments
 (0)