mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #753] [MERGED] Add force_unwrapping rule to SwiftLint #1742
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#1742
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/753
Author: @IsaacMarovitz
Created: 1/29/2023
Status: ✅ Merged
Merged: 3/11/2023
Merged by: @IsaacMarovitz
Base:
develop← Head:force-unwrap📝 Commits (10+)
a2a0532Remove force unwraps54206f1Remove UIFaaf3eadFixesf659e19Merge fixes9638a29SwiftLint30a8656Merge branch 'develop' into force-unwrap526518bMerge branch 'develop' into force-unwrapeb3b52aFixesd2ea19bFix errorsf4cc359Fix typo📊 Changes
26 files changed (+219 additions, -284 deletions)
View changed files
📝
.swiftlint.yml(+2 -2)📝
PlayCover.xcodeproj/project.pbxproj(+0 -12)📝
PlayCover/AppInstaller/Downloader.swift(+26 -24)📝
PlayCover/AppInstaller/Installer.swift(+1 -6)➖
PlayCover/IntentFlow/UserIntentFlow.swift(+0 -15)📝
PlayCover/Model/AppInfo.swift(+12 -19)📝
PlayCover/Model/PlayApp.swift(+3 -10)📝
PlayCover/Model/PlayRules.swift(+2 -2)📝
PlayCover/Utils/AppIntegrity.swift(+9 -7)📝
PlayCover/Utils/Entitlements.swift(+2 -2)📝
PlayCover/Utils/Extensions/DataExtensions.swift(+2 -0)📝
PlayCover/Utils/Extensions/FileExtensions.swift(+3 -2)📝
PlayCover/Utils/IPA.swift(+11 -7)📝
PlayCover/Utils/PlayTools.swift(+7 -7)📝
PlayCover/Utils/Shell.swift(+46 -112)📝
PlayCover/Utils/SystemConfig.swift(+23 -13)📝
PlayCover/ViewModel/AppsVM.swift(+2 -2)📝
PlayCover/ViewModel/StoreVM.swift(+23 -12)📝
PlayCover/Views/App Views/StoreAppView.swift(+4 -4)📝
PlayCover/Views/MainView.swift(+1 -0)...and 6 more files
📄 Description
force_unwrappingrule to SwiftLintinclusive_languagerule from SwiftLint🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.