diff options
Diffstat (limited to 'vendor/github.com/speakeasy-api/git-diff-parser/Makefile')
| -rw-r--r-- | vendor/github.com/speakeasy-api/git-diff-parser/Makefile | 5 |
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 |
