Skip to content

Commit a7113e4

Browse files
committed
lint: ignore one revive warning
1 parent f0859aa commit a7113e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/types/objectref.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ limitations under the License.
1616

1717
// Package types holds a copy of the ObjectRef type from klog for
1818
// use in the example.
19+
//
20+
//nolint:revive // Yes, it's a meaningless package name - but not that uncommon...
1921
package types
2022

2123
import (

0 commit comments

Comments
 (0)