SwiftLint v0.9.2 Release Notes

  • ๐Ÿ’ฅ Breaking
    • None.
    โœจ Enhancements
    • Return different exit codes to distinguish between types of errors:

      • 0: No errors, maybe warnings in non-strict mode
      • 1: Usage or system error
      • 2: Style violations of severity "Error"
      • 3: No style violations of severity "Error", but violations of severity "warning" with --strict
        JP Simard #166
    • VariableNameRule now accepts symbols starting with more than one uppercase letter to allow for names like XMLString or MIMEType.
      Erik Aigner #566

    ๐Ÿ› Bug Fixes