You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnerrors.New("checks document has some update. run `go run ./scripts/update-checks-doc ./docs/checks.md` and commit the changes. the diff:\n\n"+cmp.Diff(in, out))
352
+
returnfmt.Errorf("checks document has some update. run `go run ./scripts/update-checks-doc %s` and commit the changes. the diff:\n\n%s", path,cmp.Diff(in, out))
346
353
}
347
354
348
355
log.Printf("Overwrite the file with the updated content (%d bytes) at %q", len(out), path)
0 commit comments