- commit
- a1a0fca
- parent
- 9e30a1b
- author
- Eric Bower
- date
- 2024-04-04 16:11:39 +0000 UTC
chore: `lint-dev` => `lint`
1 files changed,
+1,
-5
M
Makefile
M
Makefile
+1,
-5
1@@ -20,12 +20,8 @@ css:
2 .PHONY: css
3
4 lint:
5- $(DOCKER_CMD) run --rm -v $(shell pwd):/app -w /app golangci/golangci-lint:latest run -E goimports -E godot --timeout 10m
6-.PHONY: lint
7-
8-lint-dev:
9 golangci-lint run -E goimports -E godot --timeout 10m
10-.PHONY: lint-dev
11+.PHONY: lint
12
13 bp-setup:
14 $(DOCKER_CMD) buildx ls | grep pico || $(DOCKER_CMD) buildx create --name pico