SwiftLint v0.38.0 Release Notes

Release Date: 2019-12-03 // over 4 years ago
  • ๐Ÿ’ฅ Breaking

    • Replace the SyntaxToken and SyntaxMap structures used in public SwiftLintFramework APIs with a new SwiftLintSyntaxToken and SwiftlintSyntaxMap wrappers over structures returned from SourceKitten.
      PaulTaykalo #2955

    Experimental

    • None.

    โœจ Enhancements

    • ๐Ÿ‘‰ Make control_statement rule correctable.
      MaxHaertwig

    • โž• Add expiring_todo opt-in rule to allow developers to mark their todos with an expiration date.
      Dan Loman #727

    • ๐Ÿ‘Œ Support compilation databases for swiftlint analayze.
      kastiglione #2962

    ๐Ÿ› Bug Fixes