SwiftLint v0.5.4 Release Notes

  • ๐Ÿ’ฅ Breaking
    • โœ‚ Remove Location.init(file:offset:) in favor of the more explicit Location.init(file:byteOffset:) & Location.init(file:characterOffset:).
      JP Simard
    โœจ Enhancements
    • โž• Add checkstyle reporter to generate XML reports in the Checkstyle 4.3 format.
      JP Simard #277

    • ๐Ÿ‘Œ Support command comment modifiers (previous, this & next) to limit the command's scope to a single line.
      JP Simard #222

    • โž• Add nested .swiftlint.yml configuration support.
      Scott Hoyt #299

    ๐Ÿ› Bug Fixes