| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Greptile SummaryThis PR replaces the external tidy checker with Go's built-in tidy diff mode. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (3): Last reviewed commit: "chore: use go mod tidy instead of tidied" | Re-trigger Greptile |
Sorry, something went wrong.
|
Per Greptile - does this run go mod tidy then exit if its out of sync, or only checks if it's out of sync? Edit: rereviewing should be OK as tidy-ci only affected |
Sorry, something went wrong.
|
We'll also need to remove https://github.com/oapi-codegen/actions/blob/0b10ad68a53148bd29896be82ad92027b35507a3/.github/workflows/ci.yml#L107-L108 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The tidied is not needed, since we have go mod tidy -diff. From https://gitlab.com/jamietanna/tidied: