SwiftLint v0.29.4 Release Notes

  • ๐Ÿ’ฅ Breaking
    • None.
    Experimental
    • ๐Ÿ›  Fix unused_import correction deleting unrelated ranges when there are multiple violations in a single file.
      JP Simard #2561
    โœจ Enhancements
    • โž• Add strong_iboutlet opt-in rule to enforce that @IBOutlets are not declared as weak.
      Marcelo Fabri #2433
    ๐Ÿ› Bug Fixes
    • ๐Ÿ›  Fix inaccessible custom rules in nested configurations.
      Timofey Solonin #1815 #2441

    • Improve superfluous_disable_command to warn against disabling non-existent rules.
      Kim de Vos #2348

    • ๐Ÿ›  Fix false positives on identical_operands rule when the right side of the operand does not terminate.
      Xavier Lowmiller #2467