Skip to content

Commit bd6cf38

Browse files
Remove SwiftLint from SPM's package.swift
1 parent 51772d8 commit bd6cf38

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

Package.resolved

Lines changed: 0 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ let package = Package(
1111
dependencies: [
1212
.package(url: "https://github.com/pusher/NWWebSocket.git", .upToNextMajor(from: "0.5.2")),
1313
.package(url: "https://github.com/bitmark-inc/tweetnacl-swiftwrap", .upToNextMajor(from: "1.0.0")),
14-
// Source code linting
15-
.package(url: "https://github.com/realm/SwiftLint", .upToNextMajor(from: "0.43.1"))
1614
],
1715
targets: [
1816
.target(

0 commit comments

Comments
 (0)