Skip to content

Commit 41d34f4

Browse files
committed
fix(lint): vet is deprecated
1 parent e3d7aa8 commit 41d34f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rootfs/usr/local/bin

rootfs/usr/local/bin/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ golangci-lint --disable-all \
99
-E=unused \
1010
-E=ineffassign \
1111
-E=gosimple \
12-
-E=vet \
12+
-E=govet \
1313
-E=gofmt \
1414
-E=revive \
1515
--timeout=600s \

0 commit comments

Comments
 (0)