Skip to content

Commit 8da5bae

Browse files
committed
adds a lint comment
1 parent 0616b14 commit 8da5bae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/util/names/names.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@
194194

195195
package names
196196

197-
// revive:disable:line-length-limit
197+
// revive:disable:line-length-limit this is not our code so I figured it's okay
198+
// especially if we're gonna be pull the changes in the future
198199

199200
import (
200201
"github.com/spaolacci/murmur3"

0 commit comments

Comments
 (0)