-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
discussionTopics that cannot be categorized as bugs or enhancements yet. They require further discussions.Topics that cannot be categorized as bugs or enhancements yet. They require further discussions.
Description
New Issue Checklist
- I've Updated SwiftLint to the latest version.
- I've searched for existing GitHub issues.
Feature or Enhancement Proposal
isolation should be after mutators in the default for modifier_order. Search for actor-isolation-modifier on https://docs.swift.org/swift-book/documentation/the-swift-programming-language/summaryofthegrammar.
I would imagine that the Swift language reference wouldn't consistently list actor-isolation-modifier after both access-level-modifier & mutation-modifier if they recommend that, e.g., nonisolated should be written before private.
Metadata
Metadata
Assignees
Labels
discussionTopics that cannot be categorized as bugs or enhancements yet. They require further discussions.Topics that cannot be categorized as bugs or enhancements yet. They require further discussions.