mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #88] [MERGED] fix: Disable swiftlint on build actions and create SwiftLint action #1453
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#1453
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/88
Author: @Candygoblen123
Created: 7/22/2022
Status: ✅ Merged
Merged: 7/22/2022
Merged by: @Depal1
Base:
develop← Head:swiftlint📝 Commits (5)
4d4fb50Disable swiftlint on build actions7bcd557Add swiftlint action92a211fuse strict mode for linting actionaef8a5dfix remaining linting errors0d86a28force install of swiftlint to build📊 Changes
8 files changed (+29 additions, -5 deletions)
View changed files
➕
.github/workflows/SwiftLint.yml(+20 -0)📝
PlayCover.xcodeproj/project.pbxproj(+1 -1)📝
PlayCover/Model/AppInfo.swift(+1 -0)📝
PlayCover/Utils/Colors.swift(+1 -1)📝
PlayCover/View/AppSettingsView.swift(+1 -1)📝
PlayCover/View/AppsView.swift(+3 -1)📝
PlayCover/ViewModel/Log.swift(+1 -1)📝
fastlane/Fastfile(+1 -0)📄 Description
this fixes the current build action, and adds a new SwiftLint action
The SwiftLint action runs on PRs and on push
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.