SwiftLint v0.40.3 Release Notes

Release Date: 2020-09-22 // over 3 years ago
  • ๐Ÿ’ฅ Breaking

    • None.

    Experimental

    • None.

    โœจ Enhancements

    ๐Ÿ‘‰ Make the unused_declaration rule run 3-5 times faster, and
    enable it to detect more occurrences of unused declarations.
    JP Simard

    โœ‚ Remove unneeded internal locking overhead, leading to increased
    ๐ŸŽ performance in multithreaded operations.
    JP Simard

    โš  Skip correcting file if the swift parser reports a warning or an
    error.
    JP Simard
    ๐Ÿ‘• #3343

    ๐Ÿ› Bug Fixes

    Rule unused_capture_list should not be triggered by self keyword.
    hank121314
    ๐Ÿ‘• #2367

    Rule multiple_closures_with_trailing_closure no longer triggers when Swift
    5.3's 'multiple trailing closures' feature is used.
    Jumhyn
    ๐Ÿ‘• #3295