Skip to content

Commit 6e29fd8

Browse files
committed
Remove gofmt check
1 parent f723fa2 commit 6e29fd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ all: test vet lint check-gofmt build
66
build:
77
go build -mod=vendor -o stripe-mock
88

9-
check-gofmt:
10-
scripts/check_gofmt.sh
11-
129
lint:
1310
staticcheck
1411

0 commit comments

Comments
 (0)