forked from realm/SwiftLint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SourceKit response cache for reducing calls to SourceKit
This depends on jpsim/SourceKitten#135 By applying this, the duration of linting Carthage is reduced from: ``` swiftlint lint 27.85s user 1.98s system 77% cpu 38.538 total ``` to: ``` swiftlint lint 21.15s user 1.26s system 80% cpu 27.743 total ```
- Loading branch information
1 parent
d9a885e
commit 755619d
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters