Files
gortsplib/scripts/lint.mk
2025-01-10 17:30:07 +01:00

6 lines
113 B
Makefile

lint:
docker run --rm -v $(shell pwd):/app -w /app \
-e CGO_ENABLED=0 \
$(LINT_IMAGE) \
golangci-lint run -v