mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #653] [CLOSED] Add force_unwrapping rule to SwiftLint #1698
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1698
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/PlayCover/PlayCover/pull/653
Author: @IsaacMarovitz
Created: 12/29/2022
Status: ❌ Closed
Base:
develop← Head:force-unwraps📝 Commits (5)
ea39e27Addforce_unwrappingrule to SwiftLintf48c398Remove a bunch of force unwraps9946e9aBye-bye more force unwrapsdb4083eMore force unwraps80ec393Remaining force unwraps📊 Changes
18 files changed (+195 additions, -152 deletions)
View changed files
📝
.swiftlint.yml(+3 -3)📝
PlayCover/AppInstaller/Downloader.swift(+19 -17)📝
PlayCover/AppInstaller/Utils/Entitlements.swift(+2 -2)📝
PlayCover/Model/AppInfo.swift(+12 -19)📝
PlayCover/Model/PlayApp.swift(+0 -7)📝
PlayCover/Model/PlayRules.swift(+2 -2)📝
PlayCover/Utils/AppIntegrity.swift(+7 -5)📝
PlayCover/Utils/FileExtensions.swift(+3 -2)📝
PlayCover/Utils/Shell.swift(+39 -31)📝
PlayCover/ViewModel/StoreVM.swift(+32 -18)📝
PlayCover/Views/App Views/StoreAppView.swift(+2 -2)📝
PlayCover/Views/MainView.swift(+10 -4)📝
PlayCover/Views/MenuBarView.swift(+19 -11)📝
PlayCover/Views/PlayCoverApp.swift(+1 -1)📝
PlayCover/Views/Settings/IPASourceSettings.swift(+25 -15)📝
PlayCover/Views/Sidebar Views/AppLibraryView.swift(+14 -10)📝
PlayCover/Views/SigningSetupView.swift(+4 -2)📝
PlayCover/Views/Uninstaller.swift(+1 -1)📄 Description
TODO:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.