Skip to content

New Task model using SwiftData and Schedule creation using Calendar Recurrence Rule #103

New Task model using SwiftData and Schedule creation using Calendar Recurrence Rule

New Task model using SwiftData and Schedule creation using Calendar Recurrence Rule #103

Triggered via pull request August 24, 2024 19:43
Status Failure
Total duration 24s
Artifacts

pull_request.yml

on: pull_request
REUSE Compliance Check  /  ...  /  REUSE Compliance Check
8s
REUSE Compliance Check / REUSE Compliance Check / REUSE Compliance Check
SwiftLint  /  ...  /  SwiftLint
14s
SwiftLint / SwiftLint / SwiftLint
Markdown Link Check  /  markdown_link_check
14s
Markdown Link Check / markdown_link_check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L24
Function Default Parameter at End Violation: Prefer to locate parameters with defaults toward the end of the parameter list (function_default_parameter_at_end)
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L48
Todo Violation: TODOs should be resolved (no inverse right?) (todo)
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L92
Todo Violation: TODOs should be resolved (remove!) (todo)
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L112
Todo Violation: TODOs should be resolved (context.rollback() might be he...) (todo)
SwiftLint / SwiftLint / SwiftLint: Tests/SpeziSchedulerTests/SchedulerTests.swift#L35
Unused Setter Value Violation: Setter value is not used (unused_setter_value)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziScheduler/Model/Task.swift#L22
Todo Violation: TODOs should be resolved (rename that for the sake of co...) (todo)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziScheduler/Model/Task.swift#L24
Todo Violation: TODOs should be resolved (the user could provide an ID!) (todo)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziScheduler/Model/Task.swift#L28
Todo Violation: TODOs should be resolved (basically the instructions?) (todo)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziScheduler/Model/Task.swift#L36
Todo Violation: TODOs should be resolved (add String tags?) (todo)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziScheduler/Model/Task.swift#L37
Todo Violation: TODOs should be resolved (notes from e.g., a physician t...) (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/