Skip to content

Commit 77c5bbc

Browse files
authored
Fix intermitent lint error on types package (#3652)
Add another nolint check to pass lint checks that have been failing intermittently recently.
1 parent 225aab4 commit 77c5bbc

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)