Fix project warnings (#791)

- Swift 5.8 warnings
- Run SwiftFormat 0.51.5
- Fix SwiftLint blanket_disable_command warnings. (Assets.swift will be fixed by SwiftGen).
This commit is contained in:
Doug
2023-04-12 10:33:38 +01:00
committed by GitHub
parent 2d8c0b9e21
commit d8d9f268c8
9 changed files with 15 additions and 6 deletions

View File

@@ -721,3 +721,4 @@ extension L10n {
private final class BundleToken {}
// swiftlint:enable all