mediamtx/scripts/lint.mk

5 lines
87 B
Makefile
Raw Normal View History

2022-08-23 07:42:25 +00:00
lint:
docker run --rm -v $(PWD):/app -w /app \
$(LINT_IMAGE) \
golangci-lint run -v