SwiftLint v0.12.0 Release Notes

  • ๐Ÿ’ฅ Breaking
    • ๐Ÿ›  Fixed: SwiftLint assumes paths in the YAML config file are relative to the current directory even when --path is passed as an argument.
      Cristian Filipov
    โœจ Enhancements
    • โž• Add --enable-all-rules CLI option to lint command to facilitate running all rules, even opt-in and disabled ones, ignoring whitelist_rules.
      JP Simard #1170
    ๐Ÿ› Bug Fixes
    • ๐ŸŽ Made Vertical Whitespace Rule added in 0.11.2 opt-in due to performance issues.
      JP Simard #772