Skip to content

Commit

Permalink
Use 'sortImports' rule instead of deprecated 'sortedImports' rule
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Nov 17, 2023
1 parent df452c4 commit cfaa705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AirbnbSwiftFormatTool/airbnb.swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
--rules redundantGet
--rules redundantFileprivate
--rules redundantRawValues
--rules sortedImports
--rules sortImports
--rules sortDeclarations
--rules strongifiedSelf
--rules trailingCommas
Expand Down

0 comments on commit cfaa705

Please sign in to comment.