mediamtx/scripts/lint.mk

5 lines
87 B
Makefile

lint:
docker run --rm -v $(PWD):/app -w /app \
$(LINT_IMAGE) \
golangci-lint run -v