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 f0859aa commit a7113e4Copy full SHA for a7113e4
internal/types/objectref.go
@@ -16,6 +16,8 @@ limitations under the License.
16
17
// Package types holds a copy of the ObjectRef type from klog for
18
// use in the example.
19
+//
20
+//nolint:revive // Yes, it's a meaningless package name - but not that uncommon...
21
package types
22
23
import (
0 commit comments