- Fixed issue where
async
effect could be confused forasync
modifier, breakingdocCommentsBeforeModifiers
rule in protocol body with async functions - Fixed issue where
wrapAttributes
rule would unexpectedly wrapasync
effect - Fixed issue where
.swift-version
file was ignored if not also using config file - Fixed issue where multiple trailing closure syntax could be applied to ineligible function calls
- Fixed issue where
redundantAsync
ignoredawait
keyword in string interpolation - Fixed bug where
acronyms
rule would incorrectly always capitalize potentially matching acronyms one letter before end of identifier - Updated
redundantLet
rule to handle#Preview
macro