We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f723fa2 commit 6e29fd8Copy full SHA for 6e29fd8
Makefile
@@ -6,9 +6,6 @@ all: test vet lint check-gofmt build
6
build:
7
go build -mod=vendor -o stripe-mock
8
9
-check-gofmt:
10
- scripts/check_gofmt.sh
11
-
12
lint:
13
staticcheck
14
0 commit comments