Commit 720711d1 by Marcus Efraimsson

fix: only run gofmt on pkg directory omitting vendor directory

parent b816f18b
......@@ -118,8 +118,8 @@
"prettier --write",
"git add"
],
"*.go": [
"gofmt -w -s pkg",
"*pkg/**/*.go": [
"gofmt -w -s",
"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