You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sorted_imports rule should support autocorrection. It seems like a relatively easy task to just cut all import ... lines, sort them and then re-insert them wherever the first import statement was.
Environment
SwiftLint version: 0.22.0
Installation method used: Homebrew,
Paste your configuration file:
whitelist_rules:
- sorted_imports
The text was updated successfully, but these errors were encountered:
New Issue Checklist
Enhancement Request
The
sorted_imports
rule should support autocorrection. It seems like a relatively easy task to just cut allimport ...
lines, sort them and then re-insert them wherever the firstimport
statement was.Environment
The text was updated successfully, but these errors were encountered: