fix: only run gofmt on pkg directory omitting vendor directory
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@
|
||||
"git add"
|
||||
],
|
||||
"*.go": [
|
||||
"gofmt -w -s",
|
||||
"gofmt -w -s pkg",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user