mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
5f66704a1a
* Improve compilation time Before this change, `trailingClosure` took 8.6s to type check. After this change, it takes 31ms. * Speed up type checking `isDecimal(number:)` Before: 377ms After: 2ms * Speed up type checking testViolationMessageForExpressibleByIntegerLiteral() Before: 285ms After: 175ms * Fix OSSCheck More than just rules are in `Source/SwiftLintFramework/Rules/` * Shim XCTUnwrap for Swift 5.0