Allow clippy's CI to automatically fix some of the linting issues #96
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
roughly 60% of warnings can be fixed automatically, and it wins a lot of time.
There are three approaches to implementing automatic Clippy fixes in CI:
1. Direct Commit to PR
2. Scheduled Bot PRs
3. Chat-Ops Command
/clippy fix).