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@IBOutlet
s are not declared asweak
.
Marcelo Fabri #2433
๐ Bug Fixes
๐ Fix inaccessible custom rules in nested configurations.
Timofey Solonin #1815 #2441Improve
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