mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-26 16:42:19 +00:00
5 lines
87 B
Makefile
5 lines
87 B
Makefile
lint:
|
|
docker run --rm -v $(PWD):/app -w /app \
|
|
$(LINT_IMAGE) \
|
|
golangci-lint run -v
|