Skip to content

Commit

Permalink
Be less restrictive about the choosen swiftlint version
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Aug 28, 2024
1 parent 4357bd2 commit 15c7f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func swiftLintPlugin() -> [Target.PluginUsage] {

func swiftLintPackage() -> [PackageDescription.Package.Dependency] {
if ProcessInfo.processInfo.environment["SPEZI_DEVELOPMENT_SWIFTLINT"] != nil {
[.package(url: "https://github.com/realm/SwiftLint.git", .upToNextMinor(from: "0.55.1"))]
[.package(url: "https://github.com/realm/SwiftLint.git", from: "0.55.1")]
} else {
[]
}
Expand Down

0 comments on commit 15c7f79

Please sign in to comment.