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
Fixed several issues where trailingCommas rule would insert commas in places not actually supported by Swift 6.1
Fixed issue where --wrapeffects option would incorrectly unwrap async let properties following function call
Fixed issue where redundantEquatable rule would incorrectly remove == implementation in favor of synthesized implementation even if type contained non-Equatable properties like tuples
Fixed issue where extensionAccessControl rule would incorrectly hoist public ACL in @preconcurrency conformances
Fixed issue where organizeDeclarations rule would sometimes break property declarations with if expression values