Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sortImports rule instead of deprecated sortedImports rule #252

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

calda
Copy link
Member

@calda calda commented Nov 17, 2023

When running swift package format, we get this deprecation warning about the sortedImports rule:

warning: sortedImports rule is deprecated. Use sortImports instead.

This PR removes the deprecated sortedImports rule in favor of the sortImports rule which replaces it.

@calda calda changed the title Use 'sortImports' rule instead of deprecated 'sortedImports' rule Use sortImports rule instead of deprecated sortedImports rule Nov 17, 2023
@calda calda merged commit 670cdb8 into master Nov 17, 2023
5 checks passed
@calda calda deleted the cal--sortedImports branch November 17, 2023 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants