New Task model using SwiftData and Schedule creation using Calendar Recurrence Rule #123
pull_request.yml
on: pull_request
REUSE Compliance Check
/
...
/
REUSE Compliance Check
9s
SwiftLint
/
...
/
SwiftLint
8s
Markdown Link Check
/
markdown_link_check
14s
Annotations
10 errors and 1 warning
SwiftLint / SwiftLint / SwiftLint:
Tests/SpeziSchedulerMacrosTest/UserStorageEntryMacroTests.swift#L172
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 64 lines (function_body_length)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/SpeziSchedulerMacrosTest/UserStorageEntryMacroTests.swift#L241
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 56 lines (function_body_length)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/SpeziSchedulerMacrosTest/UserStorageEntryMacroTests.swift#L21
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 269 lines (type_body_length)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/SpeziSchedulerTests/SchedulerTests.swift#L196
Todo Violation: TODOs should be resolved (what?) (todo)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/UITests/TestApp/ScheduleView.swift#L32
Todo Violation: TODOs should be resolved (reusable list!) (todo)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/UITests/TestApp/ScheduleView.swift#L33
Todo Violation: TODOs should be resolved (today and tomorrow headings!?) (todo)
|
SwiftLint / SwiftLint / SwiftLint:
Sources/SpeziScheduler/Task/Task+Type.swift#L17
Todo Violation: TODOs should be resolved (we should build infrastructure...) (todo)
|
SwiftLint / SwiftLint / SwiftLint:
Sources/SpeziScheduler/Task/Task+Type.swift#L32
Todo Violation: TODOs should be resolved (how to support regular images) (todo)
|
SwiftLint / SwiftLint / SwiftLint:
Sources/SpeziScheduler/UI/CompletedTile.swift#L11
Todo Violation: TODOs should be resolved (make separate UI target) (todo)
|
SwiftLint / SwiftLint / SwiftLint:
Sources/SpeziScheduler/UI/CompletedTile.swift#L14
Todo Violation: TODOs should be resolved (could be moved to SpeziViews?) (todo)
|
Markdown Link Check / markdown_link_check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|