File tree 4 files changed +0
-4645
lines changed
4 files changed +0
-4645
lines changed Original file line number Diff line number Diff line change 22
22
rm -f $(BINARY )
23
23
rm -f test/path
24
24
rm -f tools/Dracula.itermcolors
25
- rm -f tools/goreleaser
26
25
rm -f tools/svg-term
27
26
rm -rf tools/node_modules
28
27
.PHONY : clean
@@ -62,23 +61,11 @@ fast_check_generated:
62
61
git checkout -- go.mod go.sum # can differ between go1.16 and go1.17
63
62
git diff --exit-code # check no changes
64
63
65
- release : .goreleaser.yml tools/goreleaser
66
- ./tools/goreleaser
67
- .PHONY : release
68
-
69
- snapshot : .goreleaser.yml tools/goreleaser
70
- ./tools/goreleaser --snapshot --rm-dist
71
- .PHONY : snapshot
72
-
73
64
# Non-PHONY targets (real files)
74
65
75
66
$(BINARY ) : FORCE
76
67
go build -o $@ ./cmd/golangci-lint
77
68
78
- tools/goreleaser : export GOFLAGS = -mod=readonly
79
- tools/goreleaser : tools/go.mod tools/go.sum
80
- cd tools && go build github.com/goreleaser/goreleaser
81
-
82
69
# TODO: migrate to docs/
83
70
tools/svg-term : tools/package.json tools/package-lock.json
84
71
cd tools && npm ci
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments