- Fixed issue where
trailingCommas
rule would not insert trailing commas in function declarations with return type - Fixed issue where
trailingCommas
rule would not insert trailing commas in array literals following!
operator - Fixed issue where
unusedArguments
rule would ignore function declarations with trailing commas - Fixed issue where
void
rule would not handle()
types in typealiases - Fixed issue where
redundantLet
rule did not detect code inside result builders when nested in conditional compilation blocks