EditorConfig-Action
EditorConfig-Action copied to clipboard
RFE: Automatically apply fixes with `eclint`
Describe the solution you'd like
Use eclint fix
to apply fixes when an option is set. A few considerations:
- On protected branches, a pull request will need to be created. Something like
<user/patch-n>
. - On non-protected branches there should be an option to either push a new commit or create a new branch and open a PR.
Describe alternatives you've considered
Do nothing, keep current behavior
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.