Skip to content

Commit c321e3c

Browse files
committed
Add nolintlint
1 parent 560535e commit c321e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 //nolint:revive // ignoring meaningless package name
1+
package types //nolint:revive, nolintlint // ignoring meaningless package name” and the unused-nolint warning
22

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

0 commit comments

Comments
 (0)