- Whitespace is no longer added or removed from blank lines in multiline string literals
- Fixed
trailingComma
rule incorrectly inserting commas inside typedthrows
- Fixed issue where
opaqueGenericParameters
rule could cause build errors with existential types - Fixed false positive with
unusedArguments
when argument is only referenced inside a macro - The
noGuardInTests
rule now preserves custom failure messages - The
noGuardInTests
rule no longer addsthrows
to test methods when not needed - Removed redundant "default" values from options help descriptions