zbeekman / EditorConfig-Action

🔎A GitHub Action to check, enforce & fix EditorConfig style violations

Home Page:https://github.com/marketplace/actions/editorconfig-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFE: Automatically apply fixes with `eclint`

zbeekman opened this issue · comments

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

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.