Skip to content

Commit 28756e4

Browse files
committed
build: Ignore lint issue for util package name
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 46837ec commit 28756e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/walk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package util
1+
package util // nolint:revive
22

33
import (
44
"errors"

0 commit comments

Comments
 (0)