SwiftLint v0.46.1 Release Notes

  • πŸ’₯ Breaking

    • The weak_delegate rule has been opt-in due to its high false positive rate.
      JP Simard #2786

    Experimental

    • None.

    ✨ Enhancements

    πŸ› Bug Fixes

    • πŸ›  Fix convenience_type false positives when using actors.
      JP Simard #3770

    • Fix false positives in the prefer_self_in_static_references rule.
      SimplyDanny #3768

    • πŸ›  Fix the regex for expiring TODO comments.
      Sergei Shirokov #3767

    • πŸ›  Fix crash when parsing multi-line attributes with the attributes rule.
      JP Simard #3761

    • Fix false positives in unused_closure_parameter when using list element bindings in SwiftUI.
      Paul Williamson #3790

    • πŸ›  Fix the cache path not being properly set when using nested configurations.
      AndrΓ©s Cecilia Luque