mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-10 17:09:56 +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
|