We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225aab4 commit 77c5bbcCopy full SHA for 77c5bbc
internal/framework/types/types.go
@@ -1,4 +1,4 @@
1
-package types //nolint:revive // ignoring meaningless package name
+package types //nolint:revive, nolintlint // ignoring “meaningless package name” and the unused-nolint warning
2
3
import "sigs.k8s.io/controller-runtime/pkg/client"
4
0 commit comments