3 lines
96 B
Makefile
3 lines
96 B
Makefile
lint: ## Run linters. Use make install-linters first.
|
|
golangci-lint run -c .golangci.yml ./...
|