bealex / SwiftLintAppCode

Provides highlighting of the SwiftLint errors in the AppCode
MIT License
52 stars 8 forks source link

Clarify autocorrect setting #67

Closed mleonhard closed 2 years ago

mleonhard commented 2 years ago

The settings page has a checkbox labeled Enable "Autocorrect" quick-fix. That sounded risky to me, so I didn't enable it. Later, I learned that it adds the Run swiftlint autocorrect option to the lint error popups. That is not risky.

Let's clarify the option to help other users understand what it does.

Suggested label: Show "Run swiftlint autocorrect" option on lint error popup.