autofix.ci
#1480
Replies: 1 comment 1 reply
-
I've never used autofix.ci, but if we let it commit actual changes, how would the changes be split into commits? For example, if I open a PR with multiple commits, and if autofix.ci adds a single commit fixing all trivial mistakes in the original multiple commits, it would be troublesome to properly split and squash the trivial fixes into the respective commits. If it can flag changes in the form of suggestions in the GitHub review, it would be very nice. By the way, #1121 might also be related. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like us to make use of https://autofix.ci for pull requests. In my experience, it works nicely and reduces unnecessary review roundtrips and human action for trivial changes that are made by tools anyway.
At least shfmt, ruff, update-test-cmd-list, and perltidy would fit in nicely. In theory typos too, but that tends to be more about tweaking false positives these days (so we might want to make it flag changes only as opposed to actually making them).
Beta Was this translation helpful? Give feedback.
All reactions