Commit f5e02d65 by Marcus Efraimsson

fix: only run gofmt on pkg directory omitting vendor directory

parent a2eaf395
......@@ -119,7 +119,7 @@
"git add"
],
"*.go": [
"gofmt -w -s",
"gofmt -w -s pkg",
"git add"
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment