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 560535e commit c321e3cCopy full SHA for c321e3c
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