SwiftLint v0.23.1 Release Notes

  • ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements
    • None.
    ๐Ÿ› Bug Fixes
    • ๐Ÿ›  Fix false positive in array_init rule when using a map that doesn't take a closure.
      Marcelo Fabri #1878

    • superfluous_disable_command rule can now be disabled as expected when using // swiftlint:disable superfluous_disable_command.
      Marcelo Fabri #1890