fix: allow the main content view to work by removing implemented envi… #386
Annotations
10 warnings
SwiftLint:
MythicApp.swift#L6
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
MythicApp.swift#L7
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
MythicApp.swift#L10
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
MythicApp.swift#L11
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
MythicApp.swift#L78
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
MythicApp.swift#L80
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
MythicApp.swift#L84
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
Sources/Models/PersistentState/StorablePersistentStateModel.swift#L11
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
SwiftLint:
Sources/Models/EngineInstallerModel.swift#L233
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|
SwiftLint:
Sources/Models/EngineInstallerModel.swift#L49
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|