feat: Implement Core Data persistence layer to replace in-memory storage #107
ci-simple.yml
on: pull_request
Build Check
1m 19s
Lint Check
37s
Security Check
5s
Test Suite
0s
Annotations
12 errors and 5 warnings
|
Security Check
Process completed with exit code 1.
|
|
Lint Check:
Source/App/AppCoordinator.swift#L24
Implicitly Unwrapped Optional Violation: Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
|
|
Lint Check:
Source/App/AppCoordinator.swift#L23
Implicitly Unwrapped Optional Violation: Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
|
|
Lint Check:
Source/App/AppCoordinator.swift#L22
Implicitly Unwrapped Optional Violation: Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
|
|
Lint Check:
Source/App/AppCoordinator.swift#L21
Implicitly Unwrapped Optional Violation: Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
|
|
Lint Check:
Source/App/AppCoordinator.swift#L20
Implicitly Unwrapped Optional Violation: Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
|
|
Lint Check:
Source/App/AppCoordinator.swift#L19
Implicitly Unwrapped Optional Violation: Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
|
|
Lint Check:
Source/App/DomainModels.swift#L8
Redundant String Enum Value Violation: String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
|
|
Lint Check:
Source/App/DomainModels.swift#L7
Redundant String Enum Value Violation: String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
|
|
Lint Check:
Source/App/DomainModels.swift#L6
Redundant String Enum Value Violation: String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
|
|
Lint Check:
Source/App/AppDelegate.swift#L5
Print Statement Violation: Use proper logging instead of print statements (no_print_statements)
|
|
Build Check
Process completed with exit code 74.
|
|
Security Check
The process '/usr/bin/git' failed with exit code 128
|
|
Lint Check
The process '/usr/bin/git' failed with exit code 128
|
|
Build Check
The process '/opt/homebrew/bin/git' failed with exit code 128
|
|
Build Check
swiftformat 0.57.2 is already installed and up-to-date.
To reinstall 0.57.2, run:
brew reinstall swiftformat
|
|
Build Check
xcbeautify 2.29.0 is already installed and up-to-date.
To reinstall 2.29.0, run:
brew reinstall xcbeautify
|