mirror of
https://github.com/bluenviron/mediacommon.git
synced 2026-04-22 15:57:24 +08:00
5 lines
93 B
Makefile
5 lines
93 B
Makefile
lint:
|
|
docker run --rm -v $(shell pwd):/app -w /app \
|
|
$(LINT_IMAGE) \
|
|
golangci-lint run -v
|