Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Update SourceKitten to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Nov 27, 2018
1 parent 4893c2d commit fad2a85
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
[Cihat Gündüz](https://github.com/Dschee)
[#2417](https://github.com/realm/SwiftLint/issues/2417)

* Fix crash in `no_fallthrough_only` and potentially other rules when linting
files with unicode characters in certain locations.
[JP Simard](https://github.com/jpsim)
[#2276](https://github.com/realm/SwiftLint/issues/2276)

## 0.28.2: EnviroBoost Plus

#### Breaking
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "jpsim/SourceKitten" ~> 0.21.3
github "jpsim/SourceKitten" ~> 0.22.0
github "scottrhoyt/SwiftyTextTable" ~> 0.8.2
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "Carthage/Commandant" "0.15.0"
github "antitypical/Result" "4.0.0"
github "drmohundro/SWXMLHash" "4.7.5"
github "jpsim/SourceKitten" "0.21.3"
github "jpsim/SourceKitten" "0.22.0"
github "jpsim/Yams" "1.0.1"
github "jspahrsummers/xcconfigs" "0.12"
github "scottrhoyt/SwiftyTextTable" "0.8.2"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/SourceKitten
Submodule SourceKitten updated 55 files
+0 −92 .circleci/config.yml
+1 −1 .swift-version
+18 −5 .swiftlint.yml
+20 −0 CHANGELOG.md
+1 −1 Cartfile.resolved
+1 −1 Carthage/Checkouts/SWXMLHash
+6 −6 Package.resolved
+1 −1 Package.swift
+2 −8 README.md
+18 −7 Source/SourceKit/include/sourcekitd.h
+1 −1 Source/SourceKittenFramework/Info.plist
+2 −2 Source/SourceKittenFramework/JSONOutput.swift
+54 −16 Source/SourceKittenFramework/Request.swift
+4 −5 Source/SourceKittenFramework/String+SourceKitten.swift
+1 −1 Source/SourceKittenFramework/Version.swift
+2 −0 Source/SourceKittenFramework/library_wrapper_sourcekitd.swift
+0 −19 Source/SourceKittenFramework/shim.swift
+1 −1 Source/sourcekitten/Info.plist
+4 −2 Source/sourcekitten/main.swift
+0 −646 Tests/SourceKittenFrameworkTests/Fixtures/Bicycle@swift-4.0.json
+0 −715 Tests/SourceKittenFrameworkTests/Fixtures/Bicycle@swift-4.1.json
+0 −729 Tests/SourceKittenFrameworkTests/Fixtures/BicycleIndex@swift-4.0.json
+0 −780 Tests/SourceKittenFrameworkTests/Fixtures/BicycleIndex@swift-4.1.json
+3,491 −0 Tests/SourceKittenFrameworkTests/Fixtures/BicycleSyntax.json
+0 −6,061 Tests/SourceKittenFrameworkTests/Fixtures/Commandant@swift-4.0.json
+0 −6,738 Tests/SourceKittenFrameworkTests/Fixtures/Commandant@swift-4.1.json
+0 −5,941 Tests/SourceKittenFrameworkTests/Fixtures/CommandantSPM@swift-4.0.json
+0 −6,738 Tests/SourceKittenFrameworkTests/Fixtures/CommandantSPM@swift-4.1.json
+0 −207 Tests/SourceKittenFrameworkTests/Fixtures/DocInfo@swift-4.0.json
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/DocInfo@swift-4.1.50.json
+0 −283 Tests/SourceKittenFrameworkTests/Fixtures/Extension@swift-4.0.json
+0 −301 Tests/SourceKittenFrameworkTests/Fixtures/Extension@swift-4.1.json
+0 −652 Tests/SourceKittenFrameworkTests/Fixtures/LinuxBicycle@swift-4.0.json
+0 −721 Tests/SourceKittenFrameworkTests/Fixtures/LinuxBicycle@swift-4.1.json
+0 −658 Tests/SourceKittenFrameworkTests/Fixtures/LinuxBicycleIndex@swift-4.0.json
+0 −709 Tests/SourceKittenFrameworkTests/Fixtures/LinuxBicycleIndex@swift-4.1.json
+0 −5,980 Tests/SourceKittenFrameworkTests/Fixtures/LinuxCommandantSPM@swift-4.0.json
+0 −6,738 Tests/SourceKittenFrameworkTests/Fixtures/LinuxCommandantSPM@swift-4.1.json
+0 −319 Tests/SourceKittenFrameworkTests/Fixtures/LinuxSimpleCodeCompletion@swift-4.0.2.json
+0 −319 Tests/SourceKittenFrameworkTests/Fixtures/LinuxSimpleCodeCompletion@swift-4.0.json
+0 −331 Tests/SourceKittenFrameworkTests/Fixtures/LinuxSimpleCodeCompletion@swift-4.1.json
+0 −214 Tests/SourceKittenFrameworkTests/Fixtures/ModuleInfo@swift-4.0.json
+0 −214 Tests/SourceKittenFrameworkTests/Fixtures/ModuleInfo@swift-4.1.json
+0 −6,149 Tests/SourceKittenFrameworkTests/Fixtures/Realm@swift-4.0.json
+0 −352 Tests/SourceKittenFrameworkTests/Fixtures/SimpleCodeCompletion@swift-4.0.2.json
+0 −352 Tests/SourceKittenFrameworkTests/Fixtures/SimpleCodeCompletion@swift-4.0.json
+0 −364 Tests/SourceKittenFrameworkTests/Fixtures/SimpleCodeCompletion@swift-4.1.json
+0 −54 Tests/SourceKittenFrameworkTests/Fixtures/Subscript@swift-4.0.json
+0 −65 Tests/SourceKittenFrameworkTests/Fixtures/Subscript@swift-4.1.json
+0 −4 Tests/SourceKittenFrameworkTests/OffsetMapTests.swift
+20 −36 Tests/SourceKittenFrameworkTests/SourceKitTests.swift
+21 −0 Tests/SourceKittenFrameworkTests/StringTests.swift
+1 −7 Tests/SourceKittenFrameworkTests/StructureTests.swift
+0 −8 Tests/SourceKittenFrameworkTests/SwiftDocsTests.swift
+15 −7 sourcekitten.xcodeproj/project.pbxproj
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/Carthage/Commandant.git", from: "0.15.0"),
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.21.3"),
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.22.0"),
.package(url: "https://github.com/jpsim/Yams.git", from: "1.0.1"),
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.8.2"),
] + (addCryptoSwift ? [.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "0.13.0")] : []),
Expand Down
2 changes: 1 addition & 1 deletion SwiftLintFramework.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Pod::Spec.new do |s|
s.platform = :osx, '10.10'
s.source_files = 'Source/SwiftLintFramework/**/*.swift'
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
s.dependency 'SourceKittenFramework', '~> 0.21'
s.dependency 'SourceKittenFramework', '~> 0.22'
s.dependency 'Yams', '~> 1.0'
end

0 comments on commit fad2a85

Please sign in to comment.