mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08: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
|