diff --git a/Makefile b/Makefile index f40f508..fba4498 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,8 @@ lint-go: ## Lint Go code lint-makefile: ## Lint the Makefile checkmake Makefile +lint: lint-go lint-makefile ## Lint all code + docs: ## Serve godoc locally @echo ">>> Visit: http://localhost:6060/pkg/git.maximhutz.com/tools/dsa/" godoc -http=:6060