forked from TrueCloudLab/restic
Fix glyphcheck
This commit is contained in:
parent
d6118871be
commit
61c5e4b54a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue