Skip to content

Commit 40fd910

Browse files
committed
Fix to not use make format for CONTRIBUTING.md
1 parent 83d1f01 commit 40fd910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ by setting [`formatting.gofumpt`](https://github.com/golang/tools/blob/master/go
109109
To run gofumpt from your terminal go:
110110

111111
```
112-
go install mvdan.cc/gofumpt@latest && make format
112+
go install mvdan.cc/gofumpt@latest && git ls-files '*.go' ':!vendor' | xargs gofumpt -l -w
113113
```
114114

115115
## Programming Font

0 commit comments

Comments
 (0)