aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/speakeasy-api/git-diff-parser/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-10-14 18:09:13 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-10-15 09:08:36 +0000
commit97dace61feed7b6e7b1e2f14a4d53d3dc2800ce8 (patch)
treedda55a3b247bc6fa1fa555d8cabcde4bcdfa4803 /vendor/github.com/speakeasy-api/git-diff-parser/Makefile
parent80c2f74093e9dad96ec26cec4ef7869762cbbb36 (diff)
go.mod: add github.com/speakeasy-api/git-diff-parser
Diffstat (limited to 'vendor/github.com/speakeasy-api/git-diff-parser/Makefile')
-rw-r--r--vendor/github.com/speakeasy-api/git-diff-parser/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/speakeasy-api/git-diff-parser/Makefile b/vendor/github.com/speakeasy-api/git-diff-parser/Makefile
new file mode 100644
index 000000000..925e94c02
--- /dev/null
+++ b/vendor/github.com/speakeasy-api/git-diff-parser/Makefile
@@ -0,0 +1,5 @@
+.PHONY: *
+
+lint:
+ gofumpt -l -w .
+ golangci-lint run