Skip to content

Commit

Permalink
do not run static check
Browse files Browse the repository at this point in the history
  • Loading branch information
ecbaldwin committed Jun 3, 2024
1 parent 7c917bb commit 6edfec1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: test vet staticcheck fmt
all: test vet fmt

test:
go test -v ./...
Expand All @@ -8,10 +8,6 @@ vet:
go vet ./...
.PHONY: vet

staticcheck:
staticcheck ./...
.PHONY: staticcheck

fmt:
go fmt ./...
.PHONY: fmt

0 comments on commit 6edfec1

Please sign in to comment.