Skip to content

Commit

Permalink
disable force_try check in swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
dayaffe committed Aug 23, 2024
1 parent 7b84a05 commit 07961eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ import Foundation
let partitionsFile = Bundle.module.url(forResource: "sdk-partitions", withExtension: "json")!

// First-time load will take longer but subsequent calls will use cached data
// swiftlint:disable:next force_try
let AWSPartitionDataJSON = try! String(contentsOf: partitionsFile, encoding: .utf8)

0 comments on commit 07961eb

Please sign in to comment.