Update kkdai downloader
This commit is contained in:
2
downloader/vendor/github.com/kkdai/youtube/v2/Makefile
generated
vendored
2
downloader/vendor/github.com/kkdai/youtube/v2/Makefile
generated
vendored
@@ -27,7 +27,7 @@ deps:
|
||||
lint:
|
||||
command -v golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin $(GOLANGCI_LINT_VERSION)
|
||||
echo "golangci-lint checking..."
|
||||
golangci-lint run --deadline=30m --enable=misspell --enable=gosec --enable=gofmt --enable=goimports --enable=revive ./cmd/... ./...
|
||||
golangci-lint run --timeout=30m --enable=misspell --enable=gosec --enable=gofmt --enable=goimports --enable=revive ./cmd/... ./...
|
||||
go vet ./...
|
||||
|
||||
## format: Formats Go code
|
||||
|
Reference in New Issue
Block a user