Enable SwiftLint inside of Xcode
This commit also fixes all linter warnings and errors.
This commit is contained in:
parent
941d465570
commit
3c30a4b336
7 changed files with 130 additions and 21 deletions
|
|
@ -4,7 +4,6 @@ import SwiftUI
|
|||
@main
|
||||
@MainActor
|
||||
struct BurrowApp: App {
|
||||
|
||||
static let tunnel = Tunnel { manager, proto in
|
||||
proto.serverAddress = "hackclub.com"
|
||||
manager.localizedDescription = "Burrow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue