github.com/bluenviron/mediacommon@v1.9.3/scripts/lint.mk (about)

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