forked from External/mediamtx
5 lines
106 B
Makefile
5 lines
106 B
Makefile
lint:
|
|
go generate ./...
|
|
docker run --rm -v $(PWD):/app -w /app \
|
|
$(LINT_IMAGE) \
|
|
golangci-lint run -v
|