mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: only run gofmt on pkg directory omitting vendor directory
This commit is contained in:
parent
a2eaf3954a
commit
f5e02d6508
@ -119,7 +119,7 @@
|
||||
"git add"
|
||||
],
|
||||
"*.go": [
|
||||
"gofmt -w -s",
|
||||
"gofmt -w -s pkg",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user