Skip to content

Commit a542fb2

Browse files
committed
fix lint
1 parent b419a9d commit a542fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function lint() {
4646
fi
4747
go vet ./...
4848
echo "golangci-lint checking..."
49-
"$GOBIN"/golangci-lint run --deadline=30m --enable=misspell --enable=gosec --enable=gofmt --enable=goimports --enable=golint ./...
49+
"$GOBIN"/golangci-lint run --timeout=30m --enable=misspell --enable=gosec --enable=gofmt --enable=goimports --enable=golint ./...
5050
}
5151
# no arguments
5252
if [ $# -lt 1 ]; then

0 commit comments

Comments
 (0)