chore: Refactor Gobo script; add config#1186
Conversation
There was a problem hiding this comment.
No issues found across 413 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Note: This PR contains a large number of files. cubic only reviews up to 100 files per PR, so some files may not have been reviewed. cubic prioritizes the most important files to review.
On a pro plan you can use ultrareview for larger PRs.
Shadow auto-approve: would auto-approve. All changes are either formatting (blank lines, commas, spacing) enforced by the new gobo config, or the addition of explicit undefined for omitted optional arguments, which is semantically equivalent and safe.
Re-trigger cubic
|
This PR is marked as stale, because it has been open for 7 days with no activity. |
|
This PR is marked as stale, because it has been open for 7 days with no activity. |
Summary by cubic
Add
.goborc.jsonwith formatting rules and refactor the formatter script to be cross‑platform, auto‑download the correctgobobinary, run once over the project, and show a clear results summary. Remove the legacyrun_gobo.bat..goborc.json(4-space indent; vertical arrays/structs; no multiline ternary;explicitUndefined: false).run_gobo.ps1: detects Windows/Linux/macOS, downloads/extracts the right asset (.zip/.tar.gz), sets exec perms, runsgoboonce, captures stdout/stderr, parses[Warn]/[Error], reports files processed and time, and sets exit codes.run_gobo.bat.Written for commit a4ca8c8. Summary will update on new commits.