SwiftLint v0.11.1 Release Notes

  • ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements
    • ๐Ÿ”ง Added statement_mode configuration to the statement_position rule. The
      default mode keeps the current SwiftLint behavior of keeping else and catch statements on the same line as the closing brace before them. The uncuddled_elseconfiguration requires the else and catch to be on a new line with the same leading whitespace as the brace.
      Mike Skiba #651
    ๐Ÿ› Bug Fixes
    • โœ‚ Remove extraneous argument label added in LegacyCGGeometryFunctionsRule autocorrect.
      Sarr Blaise 643