diff --git a/Package.resolved b/Package.resolved index 9750d78c..702f5999 100644 --- a/Package.resolved +++ b/Package.resolved @@ -18,15 +18,6 @@ "version" : "1.1.3" } }, - { - "identity" : "swiftlintplugin", - "kind" : "remoteSourceControl", - "location" : "https://github.com/lukepistrol/SwiftLintPlugin", - "state" : { - "revision" : "5a65f4074975f811da666dfe31a19850950b1ea4", - "version" : "0.56.2" - } - }, { "identity" : "textstory", "kind" : "remoteSourceControl", diff --git a/Package.swift b/Package.swift index 92feef60..7d4306fe 100644 --- a/Package.swift +++ b/Package.swift @@ -23,11 +23,6 @@ let package = Package( .package( url: "https://github.com/apple/swift-collections.git", .upToNextMajor(from: "1.0.0") - ), - // SwiftLint - .package( - url: "https://github.com/lukepistrol/SwiftLintPlugin", - from: "0.52.2" ) ], targets: [ @@ -38,9 +33,6 @@ let package = Package( "TextStory", .product(name: "Collections", package: "swift-collections"), "CodeEditTextViewObjC" - ], - plugins: [ - .plugin(name: "SwiftLint", package: "SwiftLintPlugin") ] ), @@ -55,9 +47,6 @@ let package = Package( name: "CodeEditTextViewTests", dependencies: [ "CodeEditTextView" - ], - plugins: [ - .plugin(name: "SwiftLint", package: "SwiftLintPlugin") ] ), ]