Skip to content

Commit

Permalink
fix: update swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok committed Dec 11, 2024
1 parent 0116538 commit fc9dedf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
source ci_scripts/ci_prepare_env.sh && setup_github_actions_environment
xcodes select 16.1
- name: Install pods
run: |
pod install
- name: SwiftLint
run: |
export PODS_ROOT=$(pwd)/Pods
Expand Down
2 changes: 0 additions & 2 deletions OpenEdX/DI/ContainerMainActor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import Foundation
@preconcurrency import Swinject

//swiftlint:disable line_length
// MARK: - MainActor registration
@available(iOS 13.0, macOS 10.15, *)
extension Container {
Expand Down Expand Up @@ -278,4 +277,3 @@ extension Container {
}

}
//swiftlint:enable line_length

0 comments on commit fc9dedf

Please sign in to comment.