Skip to content

Commit

Permalink
Use latest SwiftLint version 0.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Nov 30, 2024
1 parent 3db8072 commit f478b91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
SwiftLint:
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:0.52.2
image: ghcr.io/realm/swiftlint:0.57.1
steps:
- uses: actions/checkout@v3
- name: Run SwiftLint
Expand Down
4 changes: 0 additions & 4 deletions Source/SourceKittenFramework/SwiftVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ struct SwiftVersion: RawRepresentable, Comparable {

let rawValue: String

init(rawValue: String) {
self.rawValue = rawValue
}

/// Comparable
static func < (lhs: SwiftVersion, rhs: SwiftVersion) -> Bool {
return lhs.rawValue < rhs.rawValue
Expand Down

0 comments on commit f478b91

Please sign in to comment.