mirror of
https://github.com/octoleo/restic.git
synced 2025-04-07 07:21:50 +00:00
Fix glyphcheck
This commit is contained in:
parent
d6118871be
commit
61c5e4b54a
@ -364,7 +364,7 @@ func runGofmt() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func runGlyphcheck() error {
|
func runGlyphcheck() error {
|
||||||
cmd := exec.Command("glyphcheck", "./...")
|
cmd := exec.Command("glyphcheck", "./cmd/...", "./internal/...")
|
||||||
cmd.Stderr = os.Stderr
|
cmd.Stderr = os.Stderr
|
||||||
|
|
||||||
buf, err := cmd.Output()
|
buf, err := cmd.Output()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user